Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Aug 13, 2024
1 parent df64006 commit 798ef65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/BLSQ/openhexa-toolbox/compare/1.0.0...v1.0.1) (2024-08-13)


### Bug Fixes

* **dhis2:** allow single lastUpdated param ([#50](https://github.com/BLSQ/openhexa-toolbox/issues/50)) ([df64006](https://github.com/BLSQ/openhexa-toolbox/commit/df6400664c6097e04dbaa968cebb4fdedb41c487))

## [1.0.0](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.6...v1.0.0) (2024-07-26)

### Features
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 = "1.0.0"
version = "1.0.1"
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 798ef65

Please sign in to comment.