Skip to content

Commit

Permalink
Merge pull request #814 from mulkieran/new-version
Browse files Browse the repository at this point in the history
New version: 2.4.3
  • Loading branch information
mulkieran authored Jul 16, 2021
2 parents 653b21e + 88cfbe7 commit 3aaa768
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
stratis-cli 2.4.3
=================
Recommended development environment: Fedora 33
Lowest supported Python interpreter: 3.6.8

- Commits cherry-picked from develop-2.4.1 branch
https://github.com/stratis-storage/stratis-cli/pull/813


stratis-cli 2.4.2
=================
Recommended development environment: Fedora 33
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, 2)
__version_info__ = (2, 4, 3)
__version__ = ".".join(str(x) for x in __version_info__)

0 comments on commit 3aaa768

Please sign in to comment.