Skip to content

Commit

Permalink
Packaging for v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mllemango committed Feb 4, 2021
1 parent 79eaf61 commit 63fb6a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== Version 2.2.2
* Improve python 2 and 3 compatibility

== Version 2.2.1
* Fix deprecation warning regarding invalid escape sequences

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import sys

version = '2.2.1'
version = '2.2.2'

if sys.version_info >= (3,):
python_dateutils_version = 'python-dateutil>=2.0'
Expand Down

0 comments on commit 63fb6a9

Please sign in to comment.