Skip to content

Commit

Permalink
Merge pull request #80 from DallasMorningNews/bugfix/relaxed-dependen…
Browse files Browse the repository at this point in the history
…cy-versions

Bugfix/relaxed dependency versions
  • Loading branch information
achavez committed Oct 5, 2018
2 parents bfbf37c + acfd3a1 commit 0e9b666
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 0.5.20 - TK
### Changed
- Broadened version tolerances for some dependencies.

## [0.5.19] - 2018-02-14
TK

## [0.5.18] - 2018-01-02
TK

## [0.5.17] - 2017-12-02
### Added
- JS compiler subprocess
- Example app in repo

## [0.5.16] - 2017-10-13
TK

## [0.5.15] - 2017-09-15
### Changed
- Updated chartwerk-editor to 0.2.4
Expand Down Expand Up @@ -38,6 +51,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial commit of pluggable Django app.

[Unreleased]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.0.4...HEAD
[0.0.4]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.0.2...v0.0.3
[Unreleased]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.5.19...HEAD
[0.5.19]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.5.18...v0.5.19
[0.5.18]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.5.17...v0.5.18
[0.5.17]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.5.16...v0.5.17
[0.5.16]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.5.15...v0.5.16
[0.5.15]: https://github.com/DallasMorningNews/django-chartwerk/compare/v0.5.0...v0.5.15
[0.5.0]: https://github.com/DallasMorningNews/django-chartwerk/compare/0.0.4...v0.5.0
[0.0.4]: https://github.com/DallasMorningNews/django-chartwerk/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/DallasMorningNews/django-chartwerk/compare/0.0.2...0.0.3
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

REPO_URL = 'https://github.com/DallasMorningNews/django-chartwerk/'

PYPI_VERSION = '0.5.19'
PYPI_VERSION = '0.5.20'

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
Expand Down Expand Up @@ -52,12 +52,11 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
'boto3>=1.4.0',
'celery>=4.0.0',
'boto3>=1.4',
'celery>=4.0',
'django-uuslug>=1.1.8',
'djangorestframework>=2.4',
'Pillow',
'psycopg2>=2.5.4',
'PyGithub>=1.29',
'slacker>=0.9',
],
Expand Down

0 comments on commit 0e9b666

Please sign in to comment.