Skip to content

Commit

Permalink
chore(main): release 1.1.4 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Sep 26, 2024
1 parent 49a6e63 commit 304ea45
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1.3"
".": "1.1.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.4](https://github.com/BLSQ/openhexa-toolbox/compare/v1.1.3...v1.1.4) (2024-09-26)


### Bug Fixes

* **kobo:** do not try to cast null values ([74b49e1](https://github.com/BLSQ/openhexa-toolbox/commit/74b49e14d66a88da4264879f46f7a93d4353c112))
* **kobo:** support string calculate fields ([49a6e63](https://github.com/BLSQ/openhexa-toolbox/commit/49a6e63703a59571d4507b218d479a70d63b53cc))

## [1.1.3](https://github.com/BLSQ/openhexa-toolbox/compare/v1.1.2...v1.1.3) (2024-09-26)


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.1.3"
version = "1.1.4"
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 304ea45

Please sign in to comment.