Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Aug 25, 2018
1 parent f24cecb commit 97978f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.1.2 (2018-08-25)
==================

Features
--------

- Allow locking of specific vcs references using a new api: ``Requirement.req.get_commit_hash()`` and ``Requirement.commit_hash`` and updates via ``Requirement.req.update_repo()``. #47


1.1.1 (2018-08-20)
==================

Expand Down
1 change: 0 additions & 1 deletion news/47.feature

This file was deleted.

2 changes: 1 addition & 1 deletion src/requirementslib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding=utf-8 -*-
__version__ = '1.1.2.dev0'
__version__ = '1.1.2'


from .exceptions import RequirementError
Expand Down

0 comments on commit 97978f8

Please sign in to comment.