File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 1- __version__ = '0 .0.0'
1+ __version__ = '1 .0.0'
22
33from .isaleapyear import isaleapyear
44from .julianday import date_to_jd , jd_to_date
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " devind_yearfrac"
3- version = " 0 .0.0"
3+ version = " 1 .0.0"
44description = " Daycount methods to compute date differences in year units"
55authors = [
" Ulf Hamster <[email protected] >" ,
" squak <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments