We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea3fe6a + 9385bf8 commit 93f535fCopy full SHA for 93f535f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Zappa Changelog
2
3
+## 0.49.0
4
+* Added support for Python 3.8
5
+* Fixed boto3 reporting of long names
6
+* Added support for new AWS Regions
7
+* Minor bug and README fixes
8
+
9
## 0.48.2
10
* Fix for invalid values of HTTP_HOST and others (introduced in 0.48.0)
11
zappa/__init__.py
@@ -11,4 +11,4 @@
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions)
12
raise RuntimeError(err_msg)
13
14
-__version__ = '0.48.2'
+__version__ = '0.49.0'
0 commit comments