We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5ab38 commit a3f6aa2Copy full SHA for a3f6aa2
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.2', '2022-07-22'),
10
Tag('0.1.1', '2022-07-21'),
11
Tag('0.1.0', '2022-06-07'),
12
)
0 commit comments