Skip to content

Commit

Permalink
chore: Release version 1.12.2
Browse files Browse the repository at this point in the history
Releasing mrack version 1.12.2
  • Loading branch information
actions-user authored and github-actions committed Dec 2, 2022
1 parent 3397948 commit 497e95b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v1.12.2 (2022-12-02)
### Fix
* Owner requirement boolean parsing from string ([`592f364`](https://github.com/neoave/mrack/commit/592f364e86d838e630259c0ce91928d15c10d00d))

## v1.12.1 (2022-11-24)
### Fix
* Make db file and provisioning file optional ([`9449082`](https://github.com/neoave/mrack/commit/94490824e8e6d3713328e08b99acb2a8a83623f8))
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.1"
release = "1.12.2"

# 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.1
Version: 1.12.2
Release: 1%{?dist}
Summary: Multicloud use-case based multihost async provisioner

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

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

* Thu Nov 24 2022 Tibor Dudlák <[email protected]> - 1.12.1-1
- Released upstream version 1.12.1

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.1"
VERSION = "1.12.2"

0 comments on commit 497e95b

Please sign in to comment.