diff --git a/CHANGES.md b/CHANGES.md index 2c2fa29..3763bde 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ ## Version 0.3.0 +### Version 0.2.7 (2020-11-20) +* Add official python3.9 support +* Fix classifiers + +### Version 0.2.6 (2020-11-19) +* Fix error for Sphinx3.3.0 + ### Version 0.2.5 (2020-07-13) * Update repo name in every reference diff --git a/setup.py b/setup.py index ad0c954..f80b653 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ readme = f.read() -__version__ = "0.2.6" +__version__ = "0.2.7" install_requires = ["mistune", "docutils"] test_requirements = ["pygments"]