Skip to content

Commit

Permalink
Prepare for version 0.59.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javulticat committed Apr 10, 2024
1 parent 0de680c commit 14f7b54
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Zappa Changelog

## 0.59.0

See [release notes](https://github.com/zappa/Zappa/releases/tag/0.59.0)

## 0.58.0

* Add Python 3.11 support (#1262)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

## Zappa - Serverless Python

[![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)
[![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)
[![Coverage](https://img.shields.io/coveralls/zappa/Zappa.svg)](https://coveralls.io/github/zappa/Zappa)
[![PyPI](https://img.shields.io/pypi/v/Zappa.svg)](https://pypi.python.org/pypi/zappa)
[![Slack](https://img.shields.io/badge/chat-slack-ff69b4.svg)](https://zappateam.slack.com/)
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -30,9 +30,11 @@
description="Server-less Python Web Services for AWS Lambda and API Gateway",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/zappa/Zappa",
url="https://zappa.ws/zappa",
author="Rich Jones",
author_email="rich@openwatch.net",
maintainer="Alex DelVecchio",
maintainer_email="alex@zappa.ws",
entry_points={
"console_scripts": [
"zappa=zappa.cli:handle",
Expand Down
2 changes: 1 addition & 1 deletion zappa/__init__.py
Expand Up @@ -30,4 +30,4 @@ def running_in_docker() -> bool:
)
raise RuntimeError(err_msg)

__version__ = "0.58.0"
__version__ = "0.59.0"

0 comments on commit 14f7b54

Please sign in to comment.