Skip to content

Commit

Permalink
Bump version to 0.12.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf committed Feb 24, 2021
1 parent 786a4c7 commit 85713b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openshift/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

# Do not edit these constants. They will be updated automatically
# by scripts/update-version.sh.
__version__ = "0.10.0dev1"
__k8s_client_version__ = "9.0.0"
__version__ = "0.12.0rc1"
__k8s_client_version__ = "12.0"
2 changes: 1 addition & 1 deletion python-openshift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%endif

Name: python-%{library}
Version: 0.10.0dev1
Version: 0.12.0rc1
Release: 1%{?dist}
Summary: Python client for the OpenShift API
License: ASL 2.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

# client version for packaging and releasing. It can
# be different than SPEC_VERSION.
CLIENT_VERSION = "0.10.0dev1"
KUBERNETES_CLIENT_VERSION = "10.0.1"
CLIENT_VERSION = "0.12.0rc1"
KUBERNETES_CLIENT_VERSION = "12.0"

# Name of the release package
PACKAGE_NAME = "openshift"
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.10.0dev1"
CLIENT_VERSION = "0.12.0rc1"
PACKAGE_NAME = "openshift"
DEVELOPMENT_STATUS = "3 - Alpha"

Expand Down

0 comments on commit 85713b3

Please sign in to comment.