Skip to content

Commit

Permalink
Update version constants for 3.0.0a1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohlool committed Jul 7, 2017
1 parent f6d80b0 commit 7243e93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v1.7.1
- Package version: 3.0.0-snapshot
- Package version: 3.0.0a1
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
4 changes: 2 additions & 2 deletions scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
KUBERNETES_BRANCH = "release-1.7"

# client version for packaging and releasing.
CLIENT_VERSION = "3.0.0-snapshot"
CLIENT_VERSION = "3.0.0a1"

# Name of the release package
PACKAGE_NAME = "kubernetes"

# Stage of development, mainly used in setup.py's classifiers.
DEVELOPMENT_STATUS = "4 - Beta"
DEVELOPMENT_STATUS = "3 - Alpha"


# If called directly, return the constant value given
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

# Do not edit these constants. They will be updated automatically
# by scripts/update-client.sh.
CLIENT_VERSION = "3.0.0-snapshot"
CLIENT_VERSION = "3.0.0a1"
PACKAGE_NAME = "kubernetes"
DEVELOPMENT_STATUS = "4 - Beta"
DEVELOPMENT_STATUS = "3 - Alpha"

# To install the library, run the following
#
Expand Down

0 comments on commit 7243e93

Please sign in to comment.