Skip to content

Commit 93f535f

Browse files
authored
Merge pull request #1991 from mcrowson/0.49
Version bump and changelog
2 parents ea3fe6a + 9385bf8 commit 93f535f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Zappa Changelog
22

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+
39
## 0.48.2
410
* Fix for invalid values of HTTP_HOST and others (introduced in 0.48.0)
511

zappa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions)
1212
raise RuntimeError(err_msg)
1313

14-
__version__ = '0.48.2'
14+
__version__ = '0.49.0'

0 commit comments

Comments
 (0)