File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Zappa Changelog
2
2
3
+ ## 0.59.0
4
+
5
+ See [ release notes] ( https://github.com/zappa/Zappa/releases/tag/0.59.0 )
6
+
3
7
## 0.58.0
4
8
5
9
* Add Python 3.11 support (#1262 )
Original file line number Diff line number Diff line change 4
4
5
5
## Zappa - Serverless Python
6
6
7
- [ ![ CI] ( https://github.com/zappa/Zappa/actions/workflows/ci.yaml /badge.svg?branch=master&event=push )] ( https://github.com/zappa/Zappa/actions/workflows/ci.yaml )
7
+ [ ![ CI] ( https://github.com/zappa/Zappa/actions/workflows/ci.yml /badge.svg?branch=master&event=push )] ( https://github.com/zappa/Zappa/actions/workflows/ci.yml )
8
8
[ ![ Coverage] ( https://img.shields.io/coveralls/zappa/Zappa.svg )] ( https://coveralls.io/github/zappa/Zappa )
9
9
[ ![ PyPI] ( https://img.shields.io/pypi/v/Zappa.svg )] ( https://pypi.python.org/pypi/zappa )
10
10
[ ![ Slack] ( https://img.shields.io/badge/chat-slack-ff69b4.svg )] ( https://zappateam.slack.com/ )
Original file line number Diff line number Diff line change 30
30
description = "Server-less Python Web Services for AWS Lambda and API Gateway" ,
31
31
long_description = long_description ,
32
32
long_description_content_type = "text/markdown" ,
33
- url = "https://github.com /zappa/Zappa " ,
33
+ url = "https://zappa.ws /zappa" ,
34
34
author = "Rich Jones" ,
35
35
36
+ maintainer = "Alex DelVecchio" ,
37
+ maintainer_email = "[email protected] " ,
36
38
entry_points = {
37
39
"console_scripts" : [
38
40
"zappa=zappa.cli:handle" ,
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ def running_in_docker() -> bool:
30
30
)
31
31
raise RuntimeError (err_msg )
32
32
33
- __version__ = "0.58 .0"
33
+ __version__ = "0.59 .0"
You can’t perform that action at this time.
0 commit comments