We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f1eab commit b097a7dCopy full SHA for b097a7d
CHANGES.rst
@@ -1,11 +1,14 @@
1
Changes
2
=======
3
4
-Unreleased (???)
+40.0 (2023-06-16)
5
-----------------
6
7
-* Test against Python 3.11, update listed support in classifiers
8
-* Drop support for Python 3.7
+* Add CLI option to render package README. (#271)
+* Adapt tests to pygments 2.14.0 (#272)
9
+* Update release process to use Trusted Publishing (#276)
10
+* Replace usage of deprecated `pkg_resources` with `importlib.metadata` (#281)
11
+* Drop support for Python 3.7 (#282), Test against Python 3.11 (#280)
12
13
37.3 (2022-10-31)
14
readme_renderer/__about__.py
@@ -29,7 +29,7 @@
29
)
30
__uri__ = "https://github.com/pypa/readme_renderer"
31
32
-__version__ = "37.4.dev"
+__version__ = "40.0"
33
34
__author__ = "The Python Packaging Authority"
35
__email__ = "[email protected]"
0 commit comments