mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 09:31:38 -05:00
Setup release 0.6.0
This commit is contained in:
parent
59dcaaab84
commit
ce750519a3
3 changed files with 42 additions and 2 deletions
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Docutils CommonMark parser"""
|
||||
|
||||
__version__ = '0.5.0'
|
||||
__version__ = '0.6.0'
|
||||
|
||||
|
||||
def setup(app):
|
||||
|
|
11
setup.cfg
11
setup.cfg
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue