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 11Release Notes
22---
33
4+ ## [ 0.10.2] ( https://github.com/AlertaDengue/PySUS/compare/0.10.1...0.10.2 ) (2023-09-25)
5+
6+
7+ ### Bug Fixes
8+
9+ * ** online_data:** remove plural variables from database calls on online_data ([ #163 ] ( https://github.com/AlertaDengue/PySUS/issues/163 ) ) ([ 6ecd960] ( https://github.com/AlertaDengue/PySUS/commit/6ecd96046799b90329d11298f8aa17f8d86d25c4 ) )
10+
411## [ 0.10.1] ( https://github.com/AlertaDengue/PySUS/compare/0.10.0...0.10.1 ) (2023-09-21)
512
613
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pysus"
3- version = " 0.10.1 " # changed by semantic-release
3+ version = " 0.10.2 " # changed by semantic-release
44description = " Tools for dealing with Brazil's Public health data"
55authors = [" Flavio Codeco Coelho <fccoelho@gmail.com>" ]
66license = " GPL"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_version() -> str:
99 try :
1010 return importlib_metadata .version (__name__ )
1111 except importlib_metadata .PackageNotFoundError : # pragma: no cover
12- return "0.10.1 " # changed by semantic-release
12+ return "0.10.2 " # changed by semantic-release
1313
1414
1515version : str = get_version ()
You can’t perform that action at this time.
0 commit comments