Skip to content

Commit 4acf45e

Browse files
authored
Marking all remaining versions as "dev". (#4299)
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/
1 parent 589db65 commit 4acf45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

6060
setup(
6161
name='google-cloud-error-reporting',
62-
version='0.28.0',
62+
version='0.28.1.dev1',
6363
description='Python Client for Stackdriver Error Reporting',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)