Skip to content

Commit 6e30ae4

Browse files
author
github-actions
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 8f61500 commit 6e30ae4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v1.0.0 (2023-01-30)
6+
### Feature
7+
* Update version ([`853fbd9`](https://github.com/devind-team/devind_yearfrac/commit/853fbd9fe4a7311dc0292bd3e0e9cf6bf970544c))
8+
* Add a release workflow ([`c37d22d`](https://github.com/devind-team/devind_yearfrac/commit/c37d22da744f43615d6373052c718059a2756331))
9+
10+
### Fix
11+
* Update version ([`8f61500`](https://github.com/devind-team/devind_yearfrac/commit/8f6150024f4d9d1211b77f6ddf1321eddd7eb8ea))
12+
* Fix readme file name ([`5de7ca7`](https://github.com/devind-team/devind_yearfrac/commit/5de7ca7d4ae2d25459256f725a9b7a3ef25fbf16))
13+
* Update root path ([`6f5145b`](https://github.com/devind-team/devind_yearfrac/commit/6f5145bfe659748aa48fac02168f4de9d8a2c5f8))
14+
* Update README.md ([`e103d63`](https://github.com/devind-team/devind_yearfrac/commit/e103d63a6945c65785305bd58995287d29493e69))
15+
* Fix a release workflow ([`1b88c93`](https://github.com/devind-team/devind_yearfrac/commit/1b88c9340cadc1063439772d9cae5be78fc2e896))
16+
17+
### Breaking
18+
* update version ([`853fbd9`](https://github.com/devind-team/devind_yearfrac/commit/853fbd9fe4a7311dc0292bd3e0e9cf6bf970544c))

devind_yearfrac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.0'
1+
__version__ = '1.0.0'
22

33
from .isaleapyear import isaleapyear
44
from .julianday import date_to_jd, jd_to_date

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "devind_yearfrac"
3-
version = "0.0.0"
3+
version = "1.0.0"
44
description = "Daycount methods to compute date differences in year units"
55
authors = ["Ulf Hamster <[email protected]>", "squak <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)