Skip to content

Commit

Permalink
Release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Oct 8, 2018
1 parent af3af0a commit 5559b18
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.8 (2018-10-08)
==================

Bug Fixes
---------

- Fixed a bug which caused VCS URIs to build incorrectly when calling ``VCSRequirement.as_line()`` in some cases. #73

- Fixed bug that editable package with ref by @ is not supported correctly #74


1.1.7 (2018-10-06)
==================

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

This file was deleted.

1 change: 0 additions & 1 deletion news/74.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.8.dev0'
__version__ = '1.1.8'


from .exceptions import RequirementError
Expand Down

0 comments on commit 5559b18

Please sign in to comment.