Setup release 0.6.0

This commit is contained in:
Eric Holscher 2019-08-09 11:16:58 -07:00
parent 59dcaaab84
commit ce750519a3
3 changed files with 42 additions and 2 deletions

View file

@ -1,3 +1,34 @@
Version 0.6.0
-------------
Date: 2019-08-09
- [@RaptorCZ](http://github.com/RaptorCZ): Process linebreaks and
convert them to br element.
([\#162](https://github.com/readthedocs/recommonmark/pull/162))
- [@gibfahn](http://github.com/gibfahn): Remove URL quoting from refs
before passing to Sphinx
([\#158](https://github.com/readthedocs/recommonmark/pull/158))
- [@dandersson](http://github.com/dandersson): Use image description
text as \"alt\", drop title
([\#150](https://github.com/readthedocs/recommonmark/pull/150))
- [@annegentle](http://github.com/annegentle): Clarify the specifics
of Auto Toc Tree
([\#149](https://github.com/readthedocs/recommonmark/pull/149))
- [@loganrosen](http://github.com/loganrosen): Bump dependency on
commonmark to \>= 0.8.1
([\#147](https://github.com/readthedocs/recommonmark/pull/147))
- [@codejamninja](http://github.com/codejamninja): Use official
gitignore template
([\#140](https://github.com/readthedocs/recommonmark/pull/140))
- [@dotlambda](http://github.com/dotlambda): Include all test files in
PyPI tarball
([\#128](https://github.com/readthedocs/recommonmark/pull/128))
- [@tk0miya](http://github.com/tk0miya): Register a parser class using
new Sphinx API; add\_source\_suffix
([\#113](https://github.com/readthedocs/recommonmark/pull/113))
## Changelog
## 0.4.0 (in development)

View file

@ -1,6 +1,6 @@
"""Docutils CommonMark parser"""
__version__ = '0.5.0'
__version__ = '0.6.0'
def setup(app):

View file

@ -1,2 +1,11 @@
[bdist_wheel]
universal=1
universal = 1
[metadata]
name = recommonmark
version = 0.6.0
[tool:release]
github_owner = readthedocs
github_repo = recommonmark