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 authored Oct 31, 2017
1 parent 1508ab2 commit 2036da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author='Google Cloud Platform',
author_email='googleapis-publisher@google.com',
name='google-cloud-vision',
version='0.28.0',
version='0.28.1.dev1',
description='Python Client for Google Cloud Vision',
long_description=readme,
namespace_packages=[
Expand Down

0 comments on commit 2036da0

Please sign in to comment.