Skip to content

Commit

Permalink
bump requirements.txt for recent pytz
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Dodt committed Apr 21, 2018
1 parent c281db7 commit b5b5b95
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var/
.installed.cfg
*.egg
MANIFEST
/.cache

# PyInstaller
# Usually these files are written by a python script from a template
Expand All @@ -46,6 +47,7 @@ coverage.xml
*,cover
.hypothesis/
_trial_temp/
/.pytest_cache

# Translations
*.mo
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
2 changes: 1 addition & 1 deletion codado/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.1"
__version__ = "0.5.2"
__all__ = ["__version__"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytest-flakes
pytest-cov
pytest-twisted
python-dateutil==2.4.0
pytz==2015.4
pytz>=2015.4
pyyaml
tox
twine
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)

0 comments on commit b5b5b95

Please sign in to comment.