File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
---
3
3
4
+ ## [ 0.8.0] ( https://github.com/AlertaDengue/PySUS/compare/0.7.0...0.8.0 ) (2023-03-14)
5
+
6
+
7
+ ### Features
8
+
9
+ * ** SINAN:** moving EGH changes to PySUS ([ 72f2d93] ( https://github.com/AlertaDengue/PySUS/commit/72f2d938e4d4b742b730d5e599564357a05825f8 ) )
10
+
4
11
## [ 0.7.0] ( https://github.com/AlertaDengue/PySUS/compare/v0.6.4...0.7.0 ) (2023-02-06)
5
12
6
13
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pysus"
3
- version = " 0.7 .0" # changed by semantic-release
3
+ version = " 0.8 .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 @@ -9,7 +9,7 @@ def get_version() -> str:
9
9
try :
10
10
return importlib_metadata .version (__name__ )
11
11
except importlib_metadata .PackageNotFoundError : # pragma: no cover
12
- return "0.7 .0" # changed by semantic-release
12
+ return "0.8 .0" # changed by semantic-release
13
13
14
14
15
15
version : str = get_version ()
You can’t perform that action at this time.
0 commit comments