Skip to content

Commit

Permalink
Release 0.17
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <cheimes@redhat.com>
  • Loading branch information
tiran committed Apr 6, 2024
1 parent 2347546 commit bd3cbbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.16
VERSION = 0.17
RPM_WITH = client mockapi stageconsole
RPM_WITHOHT =

Expand Down
2 changes: 1 addition & 1 deletion src/ipahcc/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# version is updated by Makefile
__version__ = "0.16"
__version__ = "0.17"

0 comments on commit bd3cbbd

Please sign in to comment.