Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Oct 5, 2023
1 parent 26aa335 commit b8105e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 3.0.3

## Features

- As of Werkzeug 3.0.0, url_encode is no longer available, use the urllib counterparts

_Ryan Whittaker_

# 3.0.2

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-wsgi",
"version": "3.0.2",
"version": "3.0.3",
"engines": {
"node": ">=10"
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="serverless-wsgi",
version="3.0.2",
version="3.0.3",
python_requires=">3.6",
author="Logan Raarup",
author_email="[email protected]",
Expand Down

0 comments on commit b8105e4

Please sign in to comment.