Skip to content

Commit

Permalink
chore: Release version 1.23.2
Browse files Browse the repository at this point in the history
Releasing new mrack version
  • Loading branch information
github-actions committed Jan 9, 2025
1 parent 600203c commit 7bfeb84
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v1.23.2 (2025-01-09)

### Fix

* fix: Translate host_requires properly ([`600203c`](https://github.com/neoave/mrack/commit/600203caf9037d3d86796408d3094a14bf85288a))


## v1.23.1 (2024-12-16)

### Fix
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.23.1"
release = "1.23.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.23.1
Version: 1.23.2
Release: 1%{?dist}
Summary: Multicloud use-case based multihost async provisioner

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

%changelog
* Thu Jan 09 2025 David Pascual Hernandez <[email protected]> - 1.23.2-1
- 600203c fix: Translate host_requires properly (David Pascual)

* Mon Dec 16 2024 David Pascual Hernandez <[email protected]> - 1.23.1-1
- 0cabc75 fix: Translate job-group properly (David Pascual)
- 70e07c1 fix: Return empty list when there is no content in res_ks_list (David Pascual)
Expand Down
2 changes: 1 addition & 1 deletion src/mrack/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""mrack library version."""

VERSION = "1.23.1"
VERSION = "1.23.2"

0 comments on commit 7bfeb84

Please sign in to comment.