diff --git a/CHANGELOG.md b/CHANGELOG.md index a9240e4a..dddc4068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.7.1 + +## Breaking changes + +* conu is now supported on python 3.6+ only. + + # 0.7.0 ## New features diff --git a/conu/version.py b/conu/version.py index 776deca7..b05e1f46 100644 --- a/conu/version.py +++ b/conu/version.py @@ -14,4 +14,4 @@ # along with this program. If not, see . # # https://www.python.org/dev/peps/pep-0440/ -__version__ = '0.7.0' +__version__ = '0.7.1'