Skip to content

Commit

Permalink
Release 35.0 (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman authored Apr 19, 2022
1 parent 88b057a commit 68a9df9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

35.0 (2022-04-19)
-----------------

* Add py.typed to the built wheel (#228)
* Use isolated build for tox (#229)
* Fix renderer ignore (#230)
* Remove legacy check command and distutils (#233)
* Emit a warning when no content is rendered (#231)
* Drop support for Python 3.6 (#236)
* Update html attribute order in tests (#235)

34.0 (2022-03-11)
-----------------

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

__version__ = "34.0"
__version__ = "35.0"

__author__ = "The Python Packaging Authority"
__email__ = "admin@mail.pypi.org"
Expand Down

0 comments on commit 68a9df9

Please sign in to comment.