diff --git a/HISTORY.rst b/HISTORY.rst index 05c243b..c4edc9d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Release History --------------- +1.2.1 (2016-06-13) ++++++++++++++++++++ + +**Bugfixes** + +- add version to shippo + 1.2.0 (2016-06-13) +++++++++++++++++++ diff --git a/shippo/version.py b/shippo/version.py new file mode 100644 index 0000000..f30a0b8 --- /dev/null +++ b/shippo/version.py @@ -0,0 +1 @@ +VERSION = '1.2.1' diff --git a/version.py b/version.py index ee65984..f30a0b8 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = '1.2.0' +VERSION = '1.2.1'