Skip to content

Commit

Permalink
Release 30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Sep 30, 2021
1 parent df8779c commit c9da899
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

30.0 (2021-09-30)
-----------------

* support cmarkgfm>=0.6.0 (#209)

29.0 (2021-02-22)
-----------------

Expand Down
17 changes: 12 additions & 5 deletions readme_renderer/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,23 @@
from __future__ import absolute_import, division, print_function

__all__ = [
"__title__", "__summary__", "__uri__", "__version__", "__author__",
"__email__", "__license__", "__copyright__",
"__title__",
"__summary__",
"__uri__",
"__version__",
"__author__",
"__email__",
"__license__",
"__copyright__",
]

__title__ = "readme_renderer"
__summary__ = ('readme_renderer is a library for rendering "readme" '
'descriptions for Warehouse')
__summary__ = (
'readme_renderer is a library for rendering "readme" ' "descriptions for Warehouse"
)
__uri__ = "https://github.com/pypa/readme_renderer"

__version__ = "29.0"
__version__ = "30.0"

__author__ = "The Python Packaging Authority"
__email__ = "[email protected]"
Expand Down

0 comments on commit c9da899

Please sign in to comment.