Skip to content

Commit 1b7590b

Browse files
author
Matt Kafonek
authored
0.0.35 release (#131)
1 parent 6c0295c commit 1b7590b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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.34
2+
current_version = 0.0.35
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.35] - 2023-07-06
9+
### Changed
10+
- Unpin some dependencies so downstrem apps can more easily upgrade them
811

912
## [0.0.34] - 2023-07-05
1013
### Fixed

origami/_version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "noteable-origami"
8-
version = "0.0.34"
8+
version = "0.0.35"
99
description = "The Noteable API interface"
1010
authors = ["Matt Seal <matt@noteable.io>"]
1111
maintainers = ["Matt Seal <matt@noteable.io>"]

0 commit comments

Comments
 (0)