Skip to content

Commit

Permalink
Marking all remaining versions as "dev". (#4299)
Browse files Browse the repository at this point in the history
This is to make it clear the code is between releases. Any code
that relies on a **new** feature (e.g. of `google-api-core`) will
then be able to **explicitly** make this clear by using the
lower bound of the `devN` version.

Fixes #4208.

See: https://snarky.ca/how-i-manage-package-version-numbers/
  • Loading branch information
dhermes committed Oct 31, 2017
1 parent fc3ed08 commit 07716e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name='google-cloud-monitoring',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Stackdriver Monitoring',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 07716e4

Please sign in to comment.