Skip to content

Commit 0d125af

Browse files
authored
Merge pull request #17 from vst/release-please--branches--main
chore(main): release 0.0.27
2 parents b04359c + db2422a commit 0d125af

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.26"
2+
".": "0.0.27"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.0.27](https://github.com/vst/pypara/compare/0.0.26...0.0.27) (2023-06-13)
6+
7+
8+
### Bug Fixes
9+
10+
* fix typo in currency type label ([200efb6](https://github.com/vst/pypara/commit/200efb66cbf5179d4e2b31b279b9d8b0d50236c7))
11+
12+
13+
### Documentation
14+
15+
* revisit auto-generated documentation ([47f494c](https://github.com/vst/pypara/commit/47f494c65ff623c06178c64cdb379f70c2d373f3))
16+
* update README ([cecf630](https://github.com/vst/pypara/commit/cecf6303dd76c25f50b0e5979f5671ad66a49b92))
17+
518
### [0.0.26](https://github.com/vst/pypara/compare/0.0.25...0.0.26) (2021-05-06)
619

720

pyproject.toml

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

77
name = "pypara"
8-
version = "0.0.26"
8+
version = "0.0.27"
99

1010
description = "Currencies, Monetary Value Arithmetic/Conversion and Some Type Convenience"
1111
keywords = ["finance"]

0 commit comments

Comments
 (0)