Skip to content

Commit

Permalink
Fix ReleaseConfig to expect next release is 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Nov 20, 2023
1 parent 0265b1a commit b760704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseConfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# If the release type is not 'final', the patchlevel is set to the
# release date. This value is mandatory and must be present in this file.
#version_tuple = (2, 2, 0, 'final', 0)
version_tuple = (4, 7, 0, 'a', 0)
version_tuple = (4, 6, 1, 'a', 0)

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

0 comments on commit b760704

Please sign in to comment.