Skip to content

Commit bf39934

Browse files
authored
Merge pull request #24 from vst/release-please--branches--main
chore(main): release 0.1.1
2 parents a346121 + 1a7dfab commit bf39934

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.1](https://github.com/vst/pypara/compare/0.1.0...0.1.1) (2023-10-11)
6+
7+
8+
### Features
9+
10+
* add DateRange.endpoints property ([a346121](https://github.com/vst/pypara/commit/a346121fcb9a82c31f9388f8667b4963628b973f))
11+
512
## [0.1.0](https://github.com/vst/pypara/compare/0.0.27...0.1.0) (2023-06-15)
613

714

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.1.0"
8+
version = "0.1.1"
99

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

0 commit comments

Comments
 (0)