Skip to content

Commit

Permalink
bump up version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yagays committed Sep 14, 2022
1 parent 1d108ce commit 3e8fe50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 更新履歴

## v0.2.6(2022-09-14)
### 🐛 Bug Fixes

* to_datetime()時に「半」が考慮されない問題を修正 (#85) @yagays

## v0.2.6(2022-06-11)
### 🚀 Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ja-timex"
version = "0.2.6"
version = "0.2.7"
description = "Analyze and parse natural language temporal expression from Japanese sentences"
authors = ["Yuki Okuda <y.okuda@dr-ubie.com>"]
license = "MIT"
Expand Down

0 comments on commit 3e8fe50

Please sign in to comment.