We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c53d2 commit 8a533efCopy full SHA for 8a533ef
1 file changed
src/s1reader/version.py
@@ -6,6 +6,7 @@
6
# release history
7
Tag = collections.namedtuple('Tag', 'version date')
8
release_history = (
9
+ Tag('0.1.6', '2023-03-22'),
10
Tag('0.1.5', '2022-12-21'),
11
Tag('0.1.4', '2022-12-16'),
12
Tag('0.1.3', '2022-12-15'),
0 commit comments