Drop VERSION change and move changelog inline with releases

This commit is contained in:
Ray
2024-08-15 15:03:31 -06:00
parent d6c0a05771
commit 906d391fe3
2 changed files with 5 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ from setuptools import find_packages, setup
# When the version is updated, a new section in the CHANGELOG.md file must be
# added too.
VERSION = "3.2.0.a2"
VERSION = "3.dev"
with open("README.md", encoding="utf-8") as f:
long_description = f.read()