We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d640e4c + 9f318d0 commit f00a07dCopy full SHA for f00a07d
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## Unreleased
+## [v3.2.0] - 2022-09-20
8
9
### Added
10
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup
-__version__ = "3.1.0"
+__version__ = "3.2.0"
with open("README.md", "r") as fh:
long_description = fh.read()
0 commit comments