Skip to content

Commit 32a0e2f

Browse files
authored
Upgrade origami to 0.0.18 and prep release 0.0.20 (#109)
* Upgrade origami to 0.0.18 * add changelog * Bump version: 0.0.19 → 0.0.20
1 parent f46ee92 commit 32a0e2f

File tree

5 files changed

+99
-41
lines changed

5 files changed

+99
-41
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.19
2+
current_version = 0.0.20
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.20] - 2023-01-06
9+
### Changed
10+
- Upgraded noteable-origami to 0.0.18
11+
812
## [0.0.19] - 2023-01-04
913
### Added
1014
- Catch exceptions on update cell and nb metadata

papermill_origami/_version.py

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

0 commit comments

Comments
 (0)