diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef080653..5733c466 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +1.2.2 (2018-10-29) +================== + +Bug Fixes +--------- + +- Fixed a bug which prevented mercurial repositories from acquiring commit hashes successfully. #89 + + 1.2.1 (2018-10-26) ================== diff --git a/news/89.bugfix.rst b/news/89.bugfix.rst deleted file mode 100644 index c9bd1813..00000000 --- a/news/89.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug which prevented mercurial repositories from acquiring commit hashes successfully. diff --git a/src/requirementslib/__init__.py b/src/requirementslib/__init__.py index f2fb4c7b..8ceccd79 100644 --- a/src/requirementslib/__init__.py +++ b/src/requirementslib/__init__.py @@ -1,5 +1,5 @@ # -*- coding=utf-8 -*- -__version__ = '1.2.2.dev0' +__version__ = '1.2.2' import logging