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 11Release Notes
22---
33
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+
414## [ 0.15.0] ( https://github.com/AlertaDengue/PySUS/compare/0.14.3...0.15.0 ) (2024-12-03)
515
616### Features
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pysus"
3- version = " 0.15 .0" # changed by semantic-release
3+ version = " 1.0 .0" # changed by semantic-release
44description = " Tools for dealing with Brazil's Public health data"
55authors = [
" Flavio Codeco Coelho <[email protected] >" ]
66license = " GPL"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def get_version() -> str:
1010 try :
1111 return importlib_metadata .version (__name__ )
1212 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
1414
1515
1616version : str = get_version ()
You can’t perform that action at this time.
0 commit comments