Skip to content

Commit 59c6f49

Browse files
committed
Updates for v0.2.2 release
1 parent 8a03724 commit 59c6f49

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Change log
22
==========
33

4-
v0.2.2 <2021-xx-xx>
4+
v0.2.2 <2022-01-04>
55
-------------------
66

7+
- `#30`_: Fix typo in WaveNetTTS docs
78
- `#26`_: Fix accent phrase border in pp_symbols
89
- `#22`_: Fix wrong wavenet loss calculation (addresses `#21`_)
910
- `#20`_: Fix: 毎回JSUTダウンロードをやり直す(全てのrun.shをFix)
@@ -47,4 +48,4 @@ The first public release!
4748
.. _#21: https://github.com/r9y9/ttslearn/issues/21
4849
.. _#22: https://github.com/r9y9/ttslearn/pull/22
4950
.. _#26: https://github.com/r9y9/ttslearn/issues/26
50-
51+
.. _#30: https://github.com/r9y9/ttslearn/issues/30

ttslearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"
22

33
from . import util
44

0 commit comments

Comments
 (0)