Preparing release 3.2.1

[ci skip]
This commit is contained in:
esteele 2019-06-28 11:23:20 -04:00
parent 6cedcc4df6
commit 86212d67be
3 changed files with 11 additions and 3 deletions

View File

@ -8,6 +8,16 @@ Changelog
.. towncrier release notes start
3.2.1 (2019-06-28)
------------------
Bug fixes:
- Fix reply to comment by adding old-school js-resources to legacy-bundle. Fix #157
[pbauer] (#157)
3.2.0 (2019-04-29)
------------------

View File

@ -1,2 +0,0 @@
Fix reply to comment by adding old-school js-resources to legacy-bundle. Fix #157
[pbauer]

View File

@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '3.2.1.dev0'
version = '3.2.1'
install_requires = [
'setuptools',