Skip to content

Commit

Permalink
Merge pull request #177 from pypa/release-28.0
Browse files Browse the repository at this point in the history
Release 28.0
  • Loading branch information
di authored Oct 20, 2020
2 parents 64a95f5 + 67757b4 commit ef75f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

28.0 (2020-10-20)
-----------------

* Support Python 3.9

27.0 (2020-10-09)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion readme_renderer/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'descriptions for Warehouse')
__uri__ = "https://github.com/pypa/readme_renderer"

__version__ = "27.0"
__version__ = "28.0"

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

0 comments on commit ef75f81

Please sign in to comment.