File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,17 @@ put it directly into ``pip``.
270270Version 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+
2732841.0.4
274285 * Resolve dependency on pip-api.
275286 See https://github.com/peterbe/hashin/pull/214 — thanks @hartwork
Original file line number Diff line number Diff line change 1616
1717setup (
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" ,
You can’t perform that action at this time.
0 commit comments