Skip to content

Commit 20a3055

Browse files
committed
Update release notes and version for 5.0.11
1 parent 0cb4914 commit 20a3055

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/releasenotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## 5.0.11
4+
5+
### What's new?
6+
7+
- Added changelog and documentation links to the package on PyPI (thanks [@adamchainz](https://github.com/adamchainz)!)
8+
9+
310
## 5.0.10
411

512
### What's new?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
long_description=open("README.md", "r", encoding="utf-8").read(),
2929
long_description_content_type="text/markdown",
3030
license="CC0",
31-
version="5.0.10",
31+
version="5.0.11",
3232
include_package_data=True,
3333
packages=find_packages(),
3434
python_requires=">=3.6",

0 commit comments

Comments
 (0)