Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf committed Oct 10, 2017
1 parent 464164d commit 56f5718
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenShift provides builds, application lifecycle, image content management, and
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: latest
- Package version: 0.3.2
- Package version: 0.3.3
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion openshift/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

# Do not edit these constants. They will be updated automatically
# by scripts/update-client.sh.
__version__ = "0.3.2"
__version__ = "0.3.3"
__k8s_client_version__ = "3.0.0"
2 changes: 1 addition & 1 deletion python-openshift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global library openshift

Name: python-%{library}
Version: 0.3.2
Version: 0.3.3
Release: 5%{?dist}
Summary: Python client for the OpenShift API
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# client version for packaging and releasing. It can
# be different than SPEC_VERSION.
CLIENT_VERSION = "0.3.2"
CLIENT_VERSION = "0.3.3"
KUBERNETES_CLIENT_VERSION = "3.0.0"

# Name of the release package
Expand Down
5 changes: 0 additions & 5 deletions scripts/update-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ set -o errexit
set -o nounset
set -o pipefail

if ! which mvn > /dev/null 2>&1; then
echo "Maven is not installed."
exit
fi

SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
PACKAGE_NAME=$(python "${SCRIPT_ROOT}/constants.py" PACKAGE_NAME)
SOURCE_ROOT="${SCRIPT_ROOT}/../"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Do not edit these constants. They will be updated automatically
# by scripts/update-client.sh.
CLIENT_VERSION = "0.3.2"
CLIENT_VERSION = "0.3.3"
PACKAGE_NAME = "openshift"
DEVELOPMENT_STATUS = "3 - Alpha"

Expand Down

0 comments on commit 56f5718

Please sign in to comment.