Skip to content

Commit b44b267

Browse files
authored
Merge pull request #795 from mulkieran/patch-2.4.1-release
New version: 2.4.2
2 parents 6c5fc9b + 68a9a4d commit b44b267

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
stratis-cli 2.4.2 (UNRELEASED)
2-
==============================
1+
stratis-cli 2.4.2
2+
=================
33
Recommended development environment: Fedora 33
44
Lowest supported Python interpreter: 3.6.8
55

66
- Make semantic_version dependency optional in the source:
77
https://github.com/stratis-storage/stratis-cli/pull/791
88

99
- Tidies and Maintenance:
10+
https://github.com/stratis-storage/stratis-cli/pull/794
11+
https://github.com/stratis-storage/stratis-cli/pull/792
1012
https://github.com/stratis-storage/stratis-cli/pull/790
1113
https://github.com/stratis-storage/stratis-cli/pull/789
1214
https://github.com/stratis-storage/stratis-cli/pull/787

src/stratis_cli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
.. moduleauthor:: mulhern <amulhern@redhat.com>
1818
"""
1919

20-
__version_info__ = (2, 4, 1)
20+
__version_info__ = (2, 4, 2)
2121
__version__ = ".".join(str(x) for x in __version_info__)

0 commit comments

Comments
 (0)