Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,17 @@ put it directly into ``pip``.
Version History
===============

1.0.5
* Make ``setup.py sdist`` ship missing file ``tests/conftest.py``.
See https://github.com/peterbe/hashin/issues/217
and https://github.com/peterbe/hashin/pull/220 — thanks @hartwork

* Drop deprecated trove license classifier from ``setup.py``.
See https://github.com/peterbe/hashin/pull/218 — thanks @hartwork

* Resolve gone option ``tests_require`` from ``setup.py``.
See https://github.com/peterbe/hashin/pull/219 — thanks @hartwork

1.0.4
* Resolve dependency on pip-api.
See https://github.com/peterbe/hashin/pull/214 — thanks @hartwork
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="hashin",
version="1.0.4",
version="1.0.5",
description="Edits your requirements.txt by hashing them in",
long_description=open(path.join(_here, "README.rst")).read(),
author="Peter Bengtsson",
Expand Down