File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
---
3
3
4
+ ## [ 1.0.0] ( https://github.com/AlertaDengue/PySUS/compare/0.15.0...1.0.0 ) (2025-06-11)
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * ** package:** release for py3.13 (#223 )
9
+
10
+ ### Features
11
+
12
+ * ** package:** release for py3.13 ([ #223 ] ( https://github.com/AlertaDengue/PySUS/issues/223 ) ) ([ c6008f4] ( https://github.com/AlertaDengue/PySUS/commit/c6008f41b55bc65e98b45adcbb6e8f304732928e ) )
13
+
4
14
## [ 0.15.0] ( https://github.com/AlertaDengue/PySUS/compare/0.14.3...0.15.0 ) (2024-12-03)
5
15
6
16
### Features
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pysus"
3
- version = " 0.15 .0" # changed by semantic-release
3
+ version = " 1.0 .0" # changed by semantic-release
4
4
description = " Tools for dealing with Brazil's Public health data"
5
5
authors = [
" Flavio Codeco Coelho <[email protected] >" ]
6
6
license = " GPL"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def get_version() -> str:
10
10
try :
11
11
return importlib_metadata .version (__name__ )
12
12
except importlib_metadata .PackageNotFoundError : # pragma: no cover
13
- return "0.15 .0" # changed by semantic-release
13
+ return "1.0 .0" # changed by semantic-release
14
14
15
15
16
16
version : str = get_version ()
You can’t perform that action at this time.
0 commit comments