Skip to content

Commit

Permalink
bump: version 1.10.0 → 1.10.1
Browse files Browse the repository at this point in the history
github-actions[bot] committed Jan 28, 2024
1 parent 2889865 commit 9e1ebac
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.10.1 (2024-01-28)

### Fix

- **dask-jobqueue**: Make sure to close client

### Refactor

- Make things more context manager
- **trial**: Remove `begin()` (#238)

## 1.10.0 (2024-01-26)

### Feat
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "amltk"
version = "1.10.0"
version = "1.10.1"
dependencies = [
"typing_extensions", # Better typing
"more_itertools", # Better iteration
@@ -98,7 +98,7 @@ exclude_lines = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.10.0"
version = "1.10.1"
update_changelog_on_bump = true
version_files = ["pyproject.toml:version", "src/amltk/__version__.py"]
changelog_start_rev = "1.0.0"
2 changes: 1 addition & 1 deletion src/amltk/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

version = "1.10.0"
version = "1.10.1"

0 comments on commit 9e1ebac

Please sign in to comment.