Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 20, 2023
1 parent 2cd3470 commit 922f07b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v1.0.2 (2023-12-20)

### Other

* EWMS Sidecar Pt-3 ([#112](https://github.com/WIPACrepo/SkyDriver/issues/112)) ([`2cd3470`](https://github.com/WIPACrepo/SkyDriver/commit/2cd3470032b20ab4edfeb1078e21a265e30f4628))
* EWMS Sidecar Pt-2 ([#111](https://github.com/WIPACrepo/SkyDriver/issues/111)) ([`44335c2`](https://github.com/WIPACrepo/SkyDriver/commit/44335c208edf89b1e5cb60727e747804c865dbfe))
* Duplicated `clientmanager/` to `ewms_sidecar` with git line history ([`0f089f4`](https://github.com/WIPACrepo/SkyDriver/commit/0f089f41c707e2e642b306de74df55b4ac882359))
* [duplicating `clientmanager/`: merge over `ewms_sidecar`] ([`bdde649`](https://github.com/WIPACrepo/SkyDriver/commit/bdde6491702ef57592ec52f0b63941f633d6fd69))
* [duplicating `clientmanager/`: store in `temp`] ([`4355f70`](https://github.com/WIPACrepo/SkyDriver/commit/4355f704f94581549914bb549a116a6835166211))
* [duplicating `clientmanager/`: make `ewms_sidecar` (temp branch)] ([`2ade2c9`](https://github.com/WIPACrepo/SkyDriver/commit/2ade2c9996cc7eaa0eb58084a350ab32530c1ea3))

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

### Other
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.1"
__version__ = "1.0.2"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down
2 changes: 1 addition & 1 deletion ewms_sidecar/__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.1"
__version__ = "1.0.2"
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.1"
__version__ = "1.0.2"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 922f07b

Please sign in to comment.