Skip to content

Commit

Permalink
chore: Release version 1.12.3
Browse files Browse the repository at this point in the history
Releasing mrack version 1.12.3
  • Loading branch information
actions-user authored and github-actions committed Dec 13, 2022
1 parent 52bb87e commit 6bd9e17
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.12.3 (2022-12-13)
### Fix
* Add cache decorator for older python versions. ([`c4c1a67`](https://github.com/neoave/mrack/commit/c4c1a6701eee9d17df20c66527c062f407d260ae))
* **mrack.spec:** Missing dependency in c8s for beaker-client ([`aac3ed4`](https://github.com/neoave/mrack/commit/aac3ed4fe89f42be9fb0df85fad5d0decc635607))
* **AWS:** Refactor sources to be py3.6 compatible ([`cd0335a`](https://github.com/neoave/mrack/commit/cd0335aa8c3115260c83c4f0e84cd5be10a84c0d))

## v1.12.2 (2022-12-02)
### Fix
* Owner requirement boolean parsing from string ([`592f364`](https://github.com/neoave/mrack/commit/592f364e86d838e630259c0ce91928d15c10d00d))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Petr Vobornik"

# The full version, including alpha/beta/rc tags
release = "1.12.2"
release = "1.12.3"

# to work with ReadTheDocs which is using version < 2.0
master_doc = 'index'
Expand Down
5 changes: 4 additions & 1 deletion mrack.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mrack
Version: 1.12.2
Version: 1.12.3
Release: 1%{?dist}
Summary: Multicloud use-case based multihost async provisioner

Expand Down Expand Up @@ -182,6 +182,9 @@ rm -r src/%{name}.egg-info
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.*

%changelog
* Tue Dec 13 2022 Tibor Dudlák <[email protected]> - 1.12.3-1
- Released upstream version 1.12.3

* Fri Dec 02 2022 Tibor Dudlák <[email protected]> - 1.12.2-1
- Released upstream version 1.12.2

Expand Down
2 changes: 1 addition & 1 deletion src/mrack/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""mrack library version."""
VERSION = "1.12.2"
VERSION = "1.12.3"

0 comments on commit 6bd9e17

Please sign in to comment.