Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gumblex committed Apr 6, 2020
1 parent b785052 commit 078838e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2.1'
version = '1.4.1'
# The full version, including alpha/beta/rc tags.
release = '1.2.1'
release = '1.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -320,7 +320,7 @@
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'zhconv', 'zhconv Documentation',
author, 'zhconv', 'One line description of project.',
author, 'zhconv', 'Converts between Simplified and Traditional Chinese.',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion zhconv/zhconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""
# Only Python3 can pass the doctest here due to unicode problems.
__version__ = '1.4.0'
__version__ = '1.4.1'

import os
import sys
Expand Down

0 comments on commit 078838e

Please sign in to comment.