Skip to content

Commit c9817cd

Browse files
semantic-releaseactions-user
authored andcommitted
chore(release): 🚀 2.0.4 [skip ci]
Automatically generated by python-semantic-release
1 parent 8435067 commit c9817cd

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<!--next-version-placeholder-->
22

3+
## v2.0.4 (2024-03-27)
4+
5+
### Fix
6+
7+
* **poetry:** Update Python and scipy versions ([`821b8db`](https://github.com/entelecheia/eKoNLPy/commit/821b8db78d528b97be4501bce3764c447017c709))
8+
* **dependencies:** Update pandas version to allow to 2.2.1 ([`777a889`](https://github.com/entelecheia/eKoNLPy/commit/777a8893387d7025ee82582e02fb2b752ad91190))
9+
310
## v2.0.3 (2023-08-25)
411

512
### Fix

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 = "eKoNLPy"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "A Korean natural language processing toolkit for economic analysis"
55
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
66
license = "MIT"

src/ekonlpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.3"
1+
__version__ = "2.0.4"

0 commit comments

Comments
 (0)