Skip to content

Commit

Permalink
Preparing release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 9, 2023
1 parent 12140cc commit a81ed13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 0.0.9 (unreleased)
--------------------------
0.0.9 (2023-06-09)
------------------

* Fixed Django deprecation
* Fixed FastAPI code
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=NAME,
version='0.0.8',
version='0.0.9',
packages=find_packages(),
install_requires=['requests', 'werkzeug'],
package_data={'': ['*.txt', '*.rst']},
Expand Down

0 comments on commit a81ed13

Please sign in to comment.