Skip to content

Commit

Permalink
Post-release cleanup for language and google-cloud. (#4329)
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
dhermes authored Nov 3, 2017
1 parent b57d444 commit 8806a6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/language/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* ``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>`__)
* ``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>`__)
* ``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>`__)
* ``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>`__)

******************************************
``google-cloud-natural-language`` Releases
Expand Down
1 change: 1 addition & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ The ``google-cloud`` package (formerly ``gcloud``) contains
* ``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>`__)
* ``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>`__)
* ``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>`__)
* ``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>`__)
2 changes: 1 addition & 1 deletion language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='google-cloud-language',
version='0.31.0',
version='0.31.1.dev1',
description='Python Client for Google Cloud Natural Language',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

setup(
name='google-cloud',
version='0.29.0',
version='0.29.1.dev1',
description='API Client library for Google Cloud',
long_description=README,
install_requires=REQUIREMENTS,
Expand Down

0 comments on commit 8806a6a

Please sign in to comment.