Skip to content

Commit 68ed604

Browse files
authored
chore(main): release 1.6.1 (#76)
1 parent 0923d55 commit 68ed604

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.6.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/BLSQ/openhexa-toolbox/compare/v1.6.0...v1.6.1) (2024-12-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency pytest-cov to v6 ([#64](https://github.com/BLSQ/openhexa-toolbox/issues/64)) ([0923d55](https://github.com/BLSQ/openhexa-toolbox/commit/0923d5562e9c3155a7b2b37c9d62dc1b0d0a3485))
9+
* **deps:** update dependency ruff to ~=0.8.4 ([#70](https://github.com/BLSQ/openhexa-toolbox/issues/70)) ([3e4d246](https://github.com/BLSQ/openhexa-toolbox/commit/3e4d246bb501c17a12161b524fb11d2b92288630))
10+
311
## [1.6.0](https://github.com/BLSQ/openhexa-toolbox/compare/v1.5.0...v1.6.0) (2024-12-26)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openhexa.toolbox"
7-
version = "1.6.0"
7+
version = "1.6.1"
88
description = "A set of tools to acquire & process data from various sources"
99
authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]
1010
maintainers = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]

0 commit comments

Comments
 (0)