Skip to content

Commit

Permalink
bump 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaitan committed May 31, 2021
1 parent cb44181 commit ba8b657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
---------

0.7 (under develpment)
0.7 (May 31, 2021)
++++++++++++++++++++++++++

- Add compatibility with Sphinx 4.0
- `mermaid_init_js` is now included in an standard way.
- Documented how to use in Markdown documents

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

readme = io.open('README.rst', encoding="utf-8").read()
changes = io.open('CHANGELOG.rst', encoding="utf-8").read()
version = '0.7dev'
version = '0.7'


def long_description():
Expand Down

0 comments on commit ba8b657

Please sign in to comment.