Skip to content

Commit

Permalink
Merge pull request #223 from pipermerriam/bump-6.14.1
Browse files Browse the repository at this point in the history
Bump version to 6.14.1 and update changelog
blag authored Sep 14, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 6116ffd + 5aecb42 commit dfd7c6d
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
6.14.1
------

- Fixed all warnings about importing from collections on Python 3
(thanks to sloria)
https://github.com/pipermerriam/flex/pull/222

6.14.0
------

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

version = '6.14.0'
version = '6.14.1'

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

0 comments on commit dfd7c6d

Please sign in to comment.