Skip to content

Commit 8806a6a

Browse files
authored
Post-release cleanup for language and google-cloud. (googleapis#4329)
In particular: - Marking the package versions as "dev" - Updating the `releases.rst` for the packages (Again, this showcases a "need" for the `releases.rst` files to be checked in some automated way.)
1 parent b57d444 commit 8806a6a

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/language/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-language/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/language-0.28.0>`__)
1919
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud-language/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/language-0.29.0>`__)
2020
* ``0.30.0`` (`PyPI <https://pypi.org/project/google-cloud-language/0.30.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/language-0.30.0>`__)
21+
* ``0.31.0`` (`PyPI <https://pypi.org/project/google-cloud-language/0.31.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/language-0.31.0>`__)
2122

2223
******************************************
2324
``google-cloud-natural-language`` Releases

docs/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ The ``google-cloud`` package (formerly ``gcloud``) contains
4848
* ``0.26.1`` (`PyPI <https://pypi.org/project/google-cloud/0.26.1/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.26.1>`__)
4949
* ``0.27.0`` (`PyPI <https://pypi.org/project/google-cloud/0.27.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.27.0>`__)
5050
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.28.0>`__)
51+
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.29.0>`__)

language/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name='google-cloud-language',
63-
version='0.31.0',
63+
version='0.31.1.dev1',
6464
description='Python Client for Google Cloud Natural Language',
6565
long_description=README,
6666
namespace_packages=[

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
setup(
7676
name='google-cloud',
77-
version='0.29.0',
77+
version='0.29.1.dev1',
7878
description='API Client library for Google Cloud',
7979
long_description=README,
8080
install_requires=REQUIREMENTS,

0 commit comments

Comments
 (0)