Skip to content

Commit

Permalink
Fix version number in setup.py
Browse files Browse the repository at this point in the history
With version 0.21.0 support for python 2.7 is removed, support for more
versions of django and celery has been added.
Support for python 3.9 in CI and python 3.10 local has been added.
pg_wheel extra has been removed
  • Loading branch information
Wouter van Bommel committed Sep 24, 2021
1 parent acd9e8c commit 6eb3513
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 6eb3513

Please sign in to comment.