Skip to content

Commit

Permalink
Merge r9y9 0.2.0 (r9y9#13)
Browse files Browse the repository at this point in the history
* Workaround the installation issue r9y9#27

Not sure about the exact root cause, but the error messages suggested
that there's issues with setuptools/pip. I can confirm we can fix the
issue by changing the build-time setuptools requirement to <v60.0.

At least v59.8.0 should work.
https://github.com/pypa/setuptools/releases/tag/v59.8.0

* parepare for v0.1.6

* Start a new dev cycle

* Update hts_engine_API

* Update open_jtalk

https://github.com/r9y9/open_jtalk/releases/tag/v1.11.2

* Update version to v0.2.0

* [ci skip] update changelog

* Update pyproject.toml

Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com>
  • Loading branch information
Hiroshiba and r9y9 committed Jun 22, 2022
1 parent 74fcb1f commit 50b0296
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion docs/changelog.rst
@@ -1,9 +1,16 @@
Change log
==========

v0.1.6 <2021-xx-xx>
v0.2.0 <2022-02-06>
-------------------

* `#29`_: Update binary dependencies (hts_engine_API/open_jtalk)

v0.1.6 <2022-01-29>
-------------------

* `#27`_: pyopenjtalk cannot be installed in google colab

v0.1.5 <2021-09-18>
-------------------

Expand Down Expand Up @@ -73,3 +80,5 @@ Initial release with OpenJTalk's text processsing functionality
.. _#22: https://github.com/r9y9/pyopenjtalk/pull/22
.. _#24: https://github.com/r9y9/pyopenjtalk/pull/24
.. _#25: https://github.com/r9y9/pyopenjtalk/pull/25
.. _#27: https://github.com/r9y9/pyopenjtalk/issues/27
.. _#29: https://github.com/r9y9/pyopenjtalk/pull/29
2 changes: 1 addition & 1 deletion lib/hts_engine_API
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

platform_is_windows = sys.platform == "win32"

version = "0.1.6"
version = "0.2.0"

min_cython_ver = "0.21.0"
try:
Expand Down

0 comments on commit 50b0296

Please sign in to comment.