Skip to content

Commit

Permalink
Update versions for 2.0.0b1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohlool committed Apr 26, 2017
1 parent 13f847e commit f4d943b
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:/swagger
This Python package is automatically generated by the [Swagger Codegen](https:/swagger-api/swagger-codegen) project:

- API version: v1.6.3
- Package version: 2.0.0-snapshot
- Package version: 2.0.0b1
- 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.6"

# client version for packaging and releasing.
CLIENT_VERSION = "2.0.0-snapshot"
CLIENT_VERSION = "2.0.0b1"

# Name of the release package
PACKAGE_NAME = "kubernetes"

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


# 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 = "2.0.0a1"
CLIENT_VERSION = "2.0.0b1"
PACKAGE_NAME = "kubernetes"
DEVELOPMENT_STATUS = "3 - Alpha"
DEVELOPMENT_STATUS = "4 - Beta"

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

0 comments on commit f4d943b

Please sign in to comment.