Skip to content

Commit

Permalink
chore(main): release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed May 27, 2024
1 parent 0a15d0c commit 9732306
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.3](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.2...0.2.3) (2024-05-27)


### Features

* **dhis2:** support Period objects in get requests ([6b0860d](https://github.com/BLSQ/openhexa-toolbox/commit/6b0860da09ef129111e0d06ffe405f2de74a30eb))


### Bug Fixes

* **dhis2:** fix bad type ([0a15d0c](https://github.com/BLSQ/openhexa-toolbox/commit/0a15d0c92e383c4d6903c6a2ca44814feaff6d72))
* **dhis2:** fix typing annotation ([ee0c5db](https://github.com/BLSQ/openhexa-toolbox/commit/ee0c5dbbc0a60b8ae67d868481fa707b2cbd70b5))
* **dhis2:** ignore chunks without data values ([fd0623e](https://github.com/BLSQ/openhexa-toolbox/commit/fd0623ed73d11ffe4c9e0d9ef2fcb4b8cea0eb04))

## [0.2.2](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.1...0.2.2) (2024-05-13)


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.2.2"
version = "0.2.3"
description = "A set of tools to acquire & process data from various sources"
authors = [{ name = "Bluesquare", email = "[email protected]" }]
maintainers = [{ name = "Bluesquare", email = "[email protected]" }]
Expand Down

0 comments on commit 9732306

Please sign in to comment.