diff --git a/README.rst b/README.rst index 5302023..b163250 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index c959662..8deed66 100644 --- a/setup.py +++ b/setup.py @@ -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",