Skip to content

Commit b760704

Browse files
committed
Fix ReleaseConfig to expect next release is 4.6.1
1 parent 0265b1a commit b760704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# If the release type is not 'final', the patchlevel is set to the
3232
# release date. This value is mandatory and must be present in this file.
3333
#version_tuple = (2, 2, 0, 'final', 0)
34-
version_tuple = (4, 7, 0, 'a', 0)
34+
version_tuple = (4, 6, 1, 'a', 0)
3535

3636
# Python versions prior to unsupported_python_version cause a fatal error
3737
# when that version is used. Python versions prior to deprecate_python_version

0 commit comments

Comments
 (0)