Skip to content

Commit

Permalink
Merge pull request #1991 from mcrowson/0.49
Browse files Browse the repository at this point in the history
Version bump and changelog
  • Loading branch information
mcrowson committed Feb 5, 2020
2 parents ea3fe6a + 9385bf8 commit 93f535f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Zappa Changelog

## 0.49.0
* Added support for Python 3.8
* Fixed boto3 reporting of long names
* Added support for new AWS Regions
* Minor bug and README fixes

## 0.48.2
* Fix for invalid values of HTTP_HOST and others (introduced in 0.48.0)

Expand Down
2 changes: 1 addition & 1 deletion zappa/__init__.py
Expand Up @@ -11,4 +11,4 @@
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions)
raise RuntimeError(err_msg)

__version__ = '0.48.2'
__version__ = '0.49.0'

0 comments on commit 93f535f

Please sign in to comment.