Skip to content

Commit

Permalink
pump version to 0.1a11
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed Aug 26, 2021
1 parent b027fa6 commit c8906a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Speach Changelog
================

Speach 0.1a11
-------------

- 2021-08-26

- Add ``encoding`` option to ``eaf2csv`` command

Speach 0.1a10
-------------

Expand Down
2 changes: 1 addition & 1 deletion speach/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
__issue__ = "https://github.com/neocl/speach/issues/"
__maintainer__ = "Le Tuan Anh"
__version_major__ = "0.1" # follow PEP-0440
__version__ = "{}a10".format(__version_major__)
__version__ = "{}a11".format(__version_major__)
__version_long__ = "{} - Alpha 10".format(__version_major__)
__status__ = "3 - Alpha"

0 comments on commit c8906a4

Please sign in to comment.