Skip to content

Commit 65854d5

Browse files
committed
README.rst: Document user-relevant changes for 1.0.5
1 parent 8c5d290 commit 65854d5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,17 @@ put it directly into ``pip``.
270270
Version History
271271
===============
272272

273+
1.0.5
274+
* Make ``setup.py sdist`` ship missing file ``tests/conftest.py``.
275+
See https://github.com/peterbe/hashin/issues/217
276+
and https://github.com/peterbe/hashin/pull/220 — thanks @hartwork
277+
278+
* Drop deprecated trove license classifier from ``setup.py``.
279+
See https://github.com/peterbe/hashin/pull/218 — thanks @hartwork
280+
281+
* Resolve gone option ``tests_require`` from ``setup.py``.
282+
See https://github.com/peterbe/hashin/pull/219 — thanks @hartwork
283+
273284
1.0.4
274285
* Resolve dependency on pip-api.
275286
See https://github.com/peterbe/hashin/pull/214 — thanks @hartwork

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="hashin",
19-
version="1.0.4",
19+
version="1.0.5",
2020
description="Edits your requirements.txt by hashing them in",
2121
long_description=open(path.join(_here, "README.rst")).read(),
2222
author="Peter Bengtsson",

0 commit comments

Comments
 (0)