From b5b5b95528c88ba0572064e816833cf460a5ad7f Mon Sep 17 00:00:00 2001 From: Cory Dodt Date: Sat, 21 Apr 2018 09:11:14 -0700 Subject: [PATCH] bump requirements.txt for recent pytz --- .gitignore | 2 ++ README.md | 5 +++++ codado/_version.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a322c8e..509177b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ var/ .installed.cfg *.egg MANIFEST +/.cache # PyInstaller # Usually these files are written by a python script from a template @@ -46,6 +47,7 @@ coverage.xml *,cover .hypothesis/ _trial_temp/ +/.pytest_cache # Translations *.mo diff --git a/README.md b/README.md index 4d3ba60..c66c54f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ $ twine upload dist/* ``` ## Change Log +### [0.5.2] - 2018.04.21 +#### Changed: + - Permit recent versions of pytz to be installed + ### [0.5.1] - 2017.12.29 #### Added: - For backward compatibility, restore `codado.kleinish.tree` and `.openapi` (which are still deprecated) @@ -58,6 +62,7 @@ $ twine upload dist/* - 0.4: Initial public usable release [Crosscap]: https://github.com/corydodt/Crosscap +[0.5.2]: https://github.com/corydodt/Codado/compare/release-0.5.1...release-0.5.2 [0.5.1]: https://github.com/corydodt/Codado/compare/release-0.5.0...release-0.5.1 [0.5.0]: https://github.com/corydodt/Codado/compare/release-0.4.0...release-0.5.0 [0.4]: https://github.com/corydodt/Codado/tree/release-0.4.0 diff --git a/codado/_version.py b/codado/_version.py index 801a946..77db136 100644 --- a/codado/_version.py +++ b/codado/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" __all__ = ["__version__"] diff --git a/requirements.txt b/requirements.txt index 8cb0006..1a5dbd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pytest-flakes pytest-cov pytest-twisted python-dateutil==2.4.0 -pytz==2015.4 +pytz>=2015.4 pyyaml tox twine diff --git a/setup.py b/setup.py index 00abaa2..f4303ba 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ jinja2 mock>=2.0.0,<2.1.0 python-dateutil==2.4.0 - pytz==2015.4 + pytz>=2015.4 pyyaml ''').split() )