diff --git a/CHANGELOG.md b/CHANGELOG.md index c848955..748f39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming version +## v2.1.1 * Add missing plaintext account validation email * Add missing `/` to html account validation email diff --git a/setup.py b/setup.py index ae86295..cb09d2f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -version = '2.1.0' +version = '2.1.1' install_requires = (