Skip to content

Commit

Permalink
Bump version to 6.14.0 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Feb 12, 2019
1 parent 44a7ef6 commit ed46780
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
6.14.0
------

- Allow space in mimetype before parameters (thanks to miki725)
https://github.com/pipermerriam/flex/pull/206
- Open up dependency requirements (thanks to blueyed, javabrett)
https://github.com/pipermerriam/flex/pull/207
https://github.com/pipermerriam/flex/pull/211
- Increased test coverage with additional vectors, rearranged tests
https://github.com/pipermerriam/flex/pull/214
https://github.com/pipermerriam/flex/pull/216
- Fixed warning about importing from collections on Python 3 (thanks to sloria)
https://github.com/pipermerriam/flex/pull/215

6.13.2
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup, find_packages

version = '6.13.2'
version = '6.14.0'

readme = open(os.path.join(DIR, 'README.md')).read()

Expand Down

2 comments on commit ed46780

@blueyed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also push a tag and/or create a release via GitHub, please?
https://github.com/pipermerriam/flex/releases

@blag
Copy link
Collaborator Author

@blag blag commented on ed46780 Feb 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to update you: this was done 8 days ago. Thank you for the reminder!

Please sign in to comment.