Skip to content

Commit

Permalink
Merge branch 'main' of github.com:automl/amltk
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Nov 15, 2023
2 parents 3d4e167 + b8f51f5 commit 77f0e24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.23 (2023-11-15)

### Fix

- **ci**: Give doc step access to tags

## 0.11.22 (2023-11-15)

### Fix
Expand Down
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 = "0.11.22"
version = "0.11.23"
dependencies = [
"typing_extensions", # Better typing
"more_itertools", # Better iteration
Expand Down Expand Up @@ -93,7 +93,7 @@ exclude_lines = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.11.22"
version = "0.11.23"
update_changelog_on_bump = true
version_files = ["pyproject.toml:version", "src/amltk/__version__.py"]

Expand Down
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 = "0.11.22"
version = "0.11.23"

0 comments on commit 77f0e24

Please sign in to comment.