Skip to content

Commit 4b9ab74

Browse files
committed
Update setup.cfg + CHANGES.md for 5.0.0 release
1 parent b99c4e1 commit 4b9ab74

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 5.0.0 (2021-X-X)
1+
# 5.0.0 (2021-4-28)
22

33
## New Features
44

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ classifiers =
55
Programming Language :: Python :: 3 :: Only
66
Programming Language :: Python :: 3.8
77
Programming Language :: Python :: 3.9
8-
Programming Language :: Python :: 3.10
98
description = Mirroring tool that implements the client (mirror) side of PEP 381
109
long_description = file:README.md
1110
long_description_content_type = text/markdown
@@ -16,7 +15,7 @@ project_urls =
1615
Source Code = https://github.com/pypa/bandersnatch
1716
Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
1817
url = https://github.com/pypa/bandersnatch/
19-
version = 5.0.0.dev0
18+
version = 5.0.0
2019

2120
[options]
2221
install_requires =

src/bandersnatch/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def version_str(self) -> str:
1919

2020

2121
__version_info__ = _VersionInfo(
22-
major=4,
23-
minor=4,
22+
major=5,
23+
minor=0,
2424
micro=0,
2525
releaselevel="",
2626
serial=0, # Not currently in use with Bandersnatch versioning

0 commit comments

Comments
 (0)