Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Aug 20, 2018
1 parent c79567a commit cf8f068
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.1.1 (2018-08-20)
==================

Bug Fixes
---------

- Fixed a bug which sometimes caused extras to be dropped when parsing named requirements using constraint-style specifiers. #44

- Fix parsing error in `Requirement.as_ireq()` if requirement contains hashes. #45


1.1.0 (2018-08-19)
==================

Expand Down
1 change: 0 additions & 1 deletion news/44.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/45.bugfix.rst

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.0'
__version__ = '1.1.1'


from .exceptions import RequirementError
Expand Down

0 comments on commit cf8f068

Please sign in to comment.