Skip to content

Commit 0c8c839

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 1f9fc89 commit 0c8c839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-logging/setup.py

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

5959
setup(
6060
name='google-cloud-logging',
61-
version='1.4.0',
61+
version='1.4.1.dev1',
6262
description='Python Client for Stackdriver Logging',
6363
long_description=README,
6464
namespace_packages=[

0 commit comments

Comments
 (0)