Skip to content

Commit c9817cd

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

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
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

+1-1
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

+1-1
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)