Skip to content

Commit 96330ce

Browse files
authored
Upgrade origami to 0.0.23 and prep release 0.0.25 (#148)
* upgrade noteable-origami to 0.0.23 * changelog * Bump version: 0.0.24 → 0.0.25
1 parent 167f589 commit 96330ce

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

.bumpversion.cfg

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

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.25] - 2024-04-04
9+
## Changed
10+
- Upgrade noteable-origami to 0.0.23
11+
812
## [0.0.24] - 2023-03-28
913
### Changed
1014
- Upgrade noteable-origami to 0.0.22

papermill_origami/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.24"
1+
version = "0.0.25"

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "papermill-origami"
8-
version = "0.0.24"
8+
version = "0.0.25"
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.22"
37+
noteable-origami = "^0.0.23"
3838
papermill = "^2.4.0"
3939
dagstermill = {version = "^0.17.6", optional = true}
4040
cloudpickle = "^2.2.0"

0 commit comments

Comments
 (0)