From 38b270eab0b5b137201217fe82d17b1609fd9b59 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 29 Oct 2018 01:28:55 -0400 Subject: [PATCH] Release v1.2.2 --- CHANGELOG.rst | 9 +++++++++ news/89.bugfix.rst | 1 - src/requirementslib/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 news/89.bugfix.rst 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