Skip to content

Commit

Permalink
📝 CHANGELOG.md update for 0.57.0 (#1246)
Browse files Browse the repository at this point in the history
📝 Update version number for release 0.56.1 -> 0.57.0
📝 CHANGELOG update for next release

Co-authored-by: shane <shane.cousins@kiconiaworks.com>
  • Loading branch information
monkut and storkwrangler authored May 19, 2023
1 parent fb4e12d commit c553205
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Zappa Changelog

## 0.57.0

* Python 3.10 support (#1124, #1160)
* Remove patron link from README (#1200)
* migrate test framework from nose to pytest (#1146)
* Upgrading Django to 4.2 crashes the zappa based deployment with Error 500 (#1230)

## 0.56.1

* Fix FileNotFoundError in running_in_docker (#1201)
Expand Down
2 changes: 1 addition & 1 deletion zappa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def running_in_docker() -> bool:
)
raise RuntimeError(err_msg)

__version__ = "0.56.1"
__version__ = "0.57.0"

0 comments on commit c553205

Please sign in to comment.