File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
111stratis-cli 3.6.1
212=================
313Required stratisd version: 3.6.0
Original file line number Diff line number Diff 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]
2927python_requires = >=3.9
Original file line number Diff line number Diff line change 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__ )
You can’t perform that action at this time.
0 commit comments