diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f61c38..1a078fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v13.0.0 (upcoming) +## v13.0.0 * Make `RegistrationSerializer` and `EmailSerializerBase` fields a tuple. diff --git a/setup.py b/setup.py index 6a33109..37844bf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup -version = '12.0.1' +version = '13.0.0' install_requires = (