Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 15, 2023
1 parent 270b36a commit 1d1ad5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.0.1 (2023-12-15)

### Other

* Patch for Argo CD Bot ([`270b36a`](https://github.com/WIPACrepo/SkyDriver/commit/270b36a68f46ba918288c07a2877b146f751b85f))

## v1.0.0 (2023-12-15)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion clientmanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.0.0"
__version__ = "1.0.1"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down
2 changes: 1 addition & 1 deletion skydriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.0.0"
__version__ = "1.0.1"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 1d1ad5d

Please sign in to comment.