sstools 0.2.8__tar.gz → 0.2.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sstools
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: swimstats tools
5
5
  Home-page: https://swimstats.net
6
6
  Author: Roman Arnet
@@ -12,6 +12,10 @@ Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
 
14
14
  # sstools - Swimstats Tools
15
+ sstools - Swimstats Tools
16
+ 0.2.9
17
+ - Fix season 2024 FINA SCM
18
+
15
19
  0.2.8
16
20
  - Add season 2025 FINA SCM
17
21
 
@@ -1,4 +1,8 @@
1
1
  # sstools - Swimstats Tools
2
+ sstools - Swimstats Tools
3
+ 0.2.9
4
+ - Fix season 2024 FINA SCM
5
+
2
6
  0.2.8
3
7
  - Add season 2025 FINA SCM
4
8
 
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
6
6
 
7
7
  setuptools.setup(
8
8
  name="sstools", # Replace with your own username
9
- version="0.2.8",
9
+ version="0.2.9",
10
10
  author="Roman Arnet",
11
11
  author_email="arnet@dlab.ch",
12
12
  description="swimstats tools",
@@ -54,6 +54,7 @@ class SsConverter:
54
54
  2021,
55
55
  2022,
56
56
  2023,
57
+ 2024,
57
58
  2025,
58
59
  ],
59
60
  "LCM": [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sstools
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: swimstats tools
5
5
  Home-page: https://swimstats.net
6
6
  Author: Roman Arnet
@@ -12,6 +12,10 @@ Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
 
14
14
  # sstools - Swimstats Tools
15
+ sstools - Swimstats Tools
16
+ 0.2.9
17
+ - Fix season 2024 FINA SCM
18
+
15
19
  0.2.8
16
20
  - Add season 2025 FINA SCM
17
21
 
File without changes
File without changes
File without changes
File without changes
File without changes