diff --git a/CHANGES.rst b/CHANGES.rst index 7502d36..cd1e22c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ CHANGELOG ========= -1.1.2 (unreleased) +1.2.0 (2018-02-06) ------------------ -- Nothing changed yet. +- Python 3 compatibility. 1.1.1 (2017-05-23) diff --git a/setup.py b/setup.py index b1632b0..e4a8cf0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read_file(filename): setup( name="migrant", - version='1.1.2.dev0', + version='1.2.0', author="Shoobx, Inc.", author_email="dev@shoobx.com", description="Database Migration Engine",