diff --git a/CHANGES.rst b/CHANGES.rst index cad1cf6..6c2355f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -3.1.2 (unreleased) +3.1.2 (2024-07-21) ------------------ - Fix keywords comparison diff --git a/setup.py b/setup.py index 741e712..adc41a9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -version = "3.1.2.dev0" +version = "3.1.2" long_description = ( f"{Path('README.rst').read_text()}\n{Path('CHANGES.rst').read_text()}" )