Skip to content

Commit

Permalink
chore(main): release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Aug 2, 2023
1 parent 45ec0ec commit 6ea5469
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.1.4](https://github.com/BLSQ/openhexa-toolbox/compare/0.1.3...0.1.4) (2023-08-02)


### Features

* **dhis2:** support comparison between periods ([a1224bf](https://github.com/BLSQ/openhexa-toolbox/commit/a1224bf8c63deef4a856e184fcf12c99996e3c12))


### Bug Fixes

* **dhis2:** dhis2 version number is a string ([ab1e603](https://github.com/BLSQ/openhexa-toolbox/commit/ab1e603ccf51b221db4dabf9960621da35522e7b))
* **dhis2:** duplicated rows in analytics response ([45ec0ec](https://github.com/BLSQ/openhexa-toolbox/commit/45ec0ec825826f357db440ba1c2c5df75b872af0))
* **dhis2:** fix year format validation ([d7892cc](https://github.com/BLSQ/openhexa-toolbox/commit/d7892ccd3d25a25204fc45957fa5405229d27fc9))
* **dhis2:** support no cache ([4299c94](https://github.com/BLSQ/openhexa-toolbox/commit/4299c9481a308c37a4b01cd153114bdc3df80971))
* **dhis2:** week range calculation ([4842d35](https://github.com/BLSQ/openhexa-toolbox/commit/4842d355c539ae54b2bdaf9af665b933c9c73ac7))


### Miscellaneous

* remove unused function ([e360b16](https://github.com/BLSQ/openhexa-toolbox/commit/e360b16b1b060c042ade5c8c4384140ec4fcd970))

## [0.1.3](https://github.com/BLSQ/openhexa-toolbox/compare/v0.1.2...0.1.3) (2023-07-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "openhexa.toolbox"
version = "0.1.3"
version = "0.1.4"
description = "A set of tools to acquire & process data from various sources"
authors = [
{ name = "Bluesquare", email = "[email protected]"}
Expand Down

0 comments on commit 6ea5469

Please sign in to comment.