Skip to content

Commit 526c9e4

Browse files
authored
Upgrade noteable-origami to 0.0.24 (#155)
* upgrade noteable-origami to 0.0.24 * Bump version: 0.0.25 → 0.0.26 * poetry lock * poetry lock * use poetry 1.4.1 * use poetry 1.4.1
1 parent 9ad5f64 commit 526c9e4

File tree

6 files changed

+3257
-2665
lines changed

6 files changed

+3257
-2665
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.25
2+
current_version = 0.0.26
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup poetry
2323
uses: Gr1N/setup-poetry@v7
2424
with:
25-
poetry-version: 1.2.1
25+
poetry-version: 1.4.1
2626
- name: Install dependencies
2727
run: |
2828
poetry install --all-extras --with dev
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup poetry
4444
uses: Gr1N/setup-poetry@v7
4545
with:
46-
poetry-version: 1.2.1
46+
poetry-version: 1.4.1
4747
- name: Install dependencies
4848
run: |
4949
poetry install --all-extras --with dev

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ 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
8+
## [0.0.26] - 2023-04-17
9+
## Changed
10+
- Upgrade noteable-origami to 0.0.24
11+
12+
## [0.0.25] - 2023-04-04
913
## Changed
1014
- Upgrade noteable-origami to 0.0.23
1115

papermill_origami/_version.py

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

0 commit comments

Comments
 (0)