Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossNox committed Nov 20, 2020
1 parent 8afc57c commit 97c766d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()


__version__ = "0.2.6"
__version__ = "0.2.7"

install_requires = ["mistune", "docutils"]
test_requirements = ["pygments"]
Expand Down

0 comments on commit 97c766d

Please sign in to comment.