Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Aug 26, 2018
1 parent 5530040 commit d3aca52
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.3 (2018-08-25)
==================

Bug Fixes
---------

- Fixed a bug which caused wheel requirements to include specifiers in ``Requirement.as_line()`` output, preventing installation when passing this output to pip. #49


1.1.2 (2018-08-25)
==================

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

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.3.dev0'
__version__ = '1.1.3'


from .exceptions import RequirementError
Expand Down

0 comments on commit d3aca52

Please sign in to comment.