Skip to content

Commit 167f589

Browse files
authored
Upgrade origami 0.0.22 (#145)
* update origami to 0.0.22 * changelog * Bump version: 0.0.23 → 0.0.24
1 parent b347a41 commit 167f589

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.23
2+
current_version = 0.0.24
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
## [0.0.23] - 2022-03-17
8+
## [0.0.24] - 2023-03-28
9+
### Changed
10+
- Upgrade noteable-origami to 0.0.22
11+
12+
## [0.0.23] - 2023-03-17
913
- `NoteableEngine` accepts new kwarg `override_progress_bar` to override the default progress bar and set the `tqdm` instance to log to `stdout` instead of the default `stderr`.
1014

11-
## [0.0.22] - 2022-03-14
15+
## [0.0.22] - 2023-03-14
1216
- Upgrade noteable-origami to 0.0.21
1317

1418
## [0.0.21] - 2023-02-21

papermill_origami/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.23"
1+
version = "0.0.24"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "papermill-origami"
8-
version = "0.0.23"
8+
version = "0.0.24"
99
description = "The noteable API interface"
1010
authors = ["Matt Seal <[email protected]>"]
1111
maintainers = ["Matt Seal <[email protected]>"]
@@ -34,7 +34,7 @@ url = "https://pypi.org"
3434

3535
[tool.poetry.dependencies]
3636
python = "^3.8"
37-
noteable-origami = "^0.0.21"
37+
noteable-origami = "^0.0.22"
3838
papermill = "^2.4.0"
3939
dagstermill = {version = "^0.17.6", optional = true}
4040
cloudpickle = "^2.2.0"

0 commit comments

Comments
 (0)