Skip to content

Commit

Permalink
Bump version and update changelog for version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsroten committed Jun 24, 2023
1 parent 6f2fe81 commit 37ba5e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ v.1.1.5 (2016-05-23)

* Add missing Zhuyin characters. Fixes #23.

v.2.0.0 (TBD)
-------------
v.2.0.0 (2023-06-24)
--------------------

* Removes Python 2.7 support
* Removes Python 2.7 support
* Bumps minimum support Python to Python 3.7
* Switches to hatch for project management
* Fixes an invalid backslash escape sequence (#34)
* Automatically imports subpackages when importing zhon (#31)
* Updates documentation about combining diacritic marks (#29)
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'Zhon'
copyright = '2016, Thomas Roten'
copyright = '2023, Thomas Roten'
author = 'Thomas Roten'
release = '1.1.5'
release = '2.0.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion src/zhon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["cedict", "hanzi", "pinyin", "zhuyin"]

__version__ = "1.1.6"
__version__ = "2.0.0"

0 comments on commit 37ba5e2

Please sign in to comment.