Skip to content

Commit

Permalink
Merge pull request #578 from woutervb/fix_setup.py
Browse files Browse the repository at this point in the history
Fix version number in setup.py
  • Loading branch information
Wouter van Bommel authored Sep 24, 2021
2 parents acd9e8c + 6eb3513 commit c9460f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.21.0 (2021-09-24)
-------------------

* Drop python 2.7
* Support more django versions
* Support more Celery versions
* Add tests for python 3.9 and local tests for python 3.10
* Remove travis tests
* Remove the pg_wheel extra target

0.20.0 (2021-09-21)
-------------------

* Added support for python 3.7 and 3.8
* Added support for celery => 5
* Send more details (view-name) to sentry, for better grouping
* Fix util.Local sorage thread safety, and include unittest
* Last version to support python 2.7

0.19.0 (2020-09-07)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@
],
test_suite='tests',
url='https://github.com/canonical-ols/talisker',
version='0.20.0',
version='0.21.0',
zip_safe=False,
)

0 comments on commit c9460f5

Please sign in to comment.