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.
1 parent a91520f commit 530a54bCopy full SHA for 530a54b
README.md
@@ -13,7 +13,7 @@ We are working to support more App Engine bundled service APIs for Python 3. To
13
14
In your `requirements.txt` file, add the following:
15
16
-`appengine-python-standard>=0.3.0`
+`appengine-python-standard>=0.3.1`
17
18
In your app's `app.yaml`, add the following:
19
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="appengine-python-standard",
8
- version="0.3.0",
+ version="0.3.1",
9
author="Google LLC",
10
description="Google App Engine services SDK for Python 3",
11
long_description=long_description,
0 commit comments