We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a03724 commit 59c6f49Copy full SHA for 59c6f49
docs/changelog.rst
@@ -1,9 +1,10 @@
1
Change log
2
==========
3
4
-v0.2.2 <2021-xx-xx>
+v0.2.2 <2022-01-04>
5
-------------------
6
7
+- `#30`_: Fix typo in WaveNetTTS docs
8
- `#26`_: Fix accent phrase border in pp_symbols
9
- `#22`_: Fix wrong wavenet loss calculation (addresses `#21`_)
10
- `#20`_: Fix: 毎回JSUTダウンロードをやり直す(全てのrun.shをFix)
@@ -47,4 +48,4 @@ The first public release!
47
48
.. _#21: https://github.com/r9y9/ttslearn/issues/21
49
.. _#22: https://github.com/r9y9/ttslearn/pull/22
50
.. _#26: https://github.com/r9y9/ttslearn/issues/26
-
51
+.. _#30: https://github.com/r9y9/ttslearn/issues/30
ttslearn/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.2.1"
+__version__ = "0.2.2"
from . import util
0 commit comments