Skip to content

Commit 83ccb19

Browse files
authored
Merge pull request #1071 from mulkieran/version-3.6.2
Version 3.6.2
2 parents 1b8f182 + 1634c98 commit 83ccb19

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
stratis-cli 3.6.2
2+
=================
3+
Required stratisd version: 3.6.0
4+
5+
Recommended development environment: Fedora 38
6+
7+
* Cherry-picked commits:
8+
* Fix a typo in classifiers list in metadata
9+
10+
111
stratis-cli 3.6.1
212
=================
313
Required stratisd version: 3.6.0

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ classifiers=
2020
Programming Language :: Python
2121
Programming Language :: Python :: 3
2222
Programming Language :: Python :: Implementation :: CPython
23-
Programming Language :: Python :: Implementation :: PyPy
24-
Topic :: Software Development :: Libraries
2523
Topic :: System :: Filesystems
26-
Topic :: Systems Administration
24+
Topic :: System :: Systems Administration
2725

2826
[options]
2927
python_requires = >=3.9

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__ = (3, 6, 1)
20+
__version_info__ = (3, 6, 2)
2121
__version__ = ".".join(str(x) for x in __version_info__)

0 commit comments

Comments
 (0)