We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.2.4->0.2.5
1 parent 3c8b8bb commit f1c8aa3Copy full SHA for f1c8aa3
1 file changed
src/s1reader/version.py
@@ -4,6 +4,7 @@
4
# release history
5
Tag = collections.namedtuple("Tag", "version date")
6
release_history = (
7
+ Tag("0.2.5", "2025-05-01"),
8
Tag("0.2.4", "2024-03-11"),
9
Tag("0.2.3", "2023-09-21"),
10
Tag("0.2.2", "2023-09-08"),
0 commit comments