Skip to content

Commit

Permalink
Merge pull request #176 from bradmwilliams/ocp-2.0.5
Browse files Browse the repository at this point in the history
Preparing 2.0.5
  • Loading branch information
openshift-merge-bot[bot] authored Dec 5, 2024
2 parents c4bd541 + 22ae2c7 commit 304ec2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ test:
.PHONY: test

clean:
rm -rf dist packages/openshift_client.egg-info packages/openshift_client/__pycache__ build
find . -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
rm -rf dist packages/openshift_client.egg-info build
.PHONY: clean

release: clean
Expand Down
2 changes: 1 addition & 1 deletion ansible/rebuild_module.digest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a47abb7772c34b91b10eab8657dabc12 -
0fabc712fe6b4c05b35a8f313579499a -

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openshift_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .ansible import ansible

# Single source for module version
__VERSION__ = '2.0.4'
__VERSION__ = '2.0.5'

null = None # Allow scripts to specify null in object definitions

Expand Down

0 comments on commit 304ec2d

Please sign in to comment.