Skip to content

Commit

Permalink
v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed May 19, 2020
1 parent f48b957 commit a2f9089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/about/release-notes.md
Expand Up @@ -14,11 +14,15 @@ You can check your currently installed version using `pheasant --version`:

~~~bash terminal
$ pheasant --version
pheasant, version 2.5.2 from /path/to/pheasant (Python 3.7)
pheasant, version 2.5.3 from /path/to/pheasant (Python 3.7)
~~~

## Change log

### Version 2.5.3 (2020-05-19)

* Docstring like `"""markdown` or `"""md` is converted into Markdown in python file.

### Version 2.5.2 (2020-05-11)

* Default behavior changed: Now, header numbering doesn't occur unless users set it explicitly. To enable numbering, in mkdocs.yaml:
Expand Down
2 changes: 1 addition & 1 deletion pheasant/__init__.py
@@ -1 +1 @@
__version__ = "2.5.2"
__version__ = "2.5.3"

0 comments on commit a2f9089

Please sign in to comment.