Skip to content

Commit

Permalink
Preparing release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Sep 23, 2024
1 parent 4270d4b commit 0100deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog of clean-python

## 0.17.0 (unreleased)
## 0.17.0 (2024-09-23)
----------------------

- Added a `celery.CeleryConfig` with an `apply` method that properly sets up celery
Expand Down
2 changes: 1 addition & 1 deletion clean_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .base import * # NOQA

# fmt: off
__version__ = '0.16.6.dev0'
__version__ = '0.17.0'
# fmt: on

0 comments on commit 0100deb

Please sign in to comment.