Skip to content

Commit

Permalink
Merge pull request #795 from mulkieran/patch-2.4.1-release
Browse files Browse the repository at this point in the history
New version: 2.4.2
  • Loading branch information
mulkieran authored Jun 15, 2021
2 parents 6c5fc9b + 68a9a4d commit b44b267
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
stratis-cli 2.4.2 (UNRELEASED)
==============================
stratis-cli 2.4.2
=================
Recommended development environment: Fedora 33
Lowest supported Python interpreter: 3.6.8

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

- Tidies and Maintenance:
https://github.com/stratis-storage/stratis-cli/pull/794
https://github.com/stratis-storage/stratis-cli/pull/792
https://github.com/stratis-storage/stratis-cli/pull/790
https://github.com/stratis-storage/stratis-cli/pull/789
https://github.com/stratis-storage/stratis-cli/pull/787
Expand Down
2 changes: 1 addition & 1 deletion src/stratis_cli/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
.. moduleauthor:: mulhern <[email protected]>
"""

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

0 comments on commit b44b267

Please sign in to comment.