Preparing release 3.1.1

[ci skip]
This commit is contained in:
Gil Forcada
2019-02-08 13:36:39 +01:00
parent a00dd22e4d
commit 3acf510a2d
5 changed files with 13 additions and 8 deletions
+12
View File
@@ -8,6 +8,18 @@ Changelog
.. towncrier release notes start
3.1.1 (2019-02-08)
------------------
Bug fixes:
- Changed $(window).load with $(document).ready in moderation.js because in
some version of FF and IE doesn't work. [eikichi18] (#144)
- a11y: Added role attribute for portalMessage [nzambello] (#145)
- Do not depend on the ``meta_type`` metadata in the catalog. [jensens] (#146)
3.1.0 (2018-10-30)
------------------
-3
View File
@@ -1,3 +0,0 @@
Changed $(window).load with $(document).ready in moderation.js
because in some version of FF and IE doesn't work.
[eikichi18]
-2
View File
@@ -1,2 +0,0 @@
a11y: Added role attribute for portalMessage
[nzambello]
-2
View File
@@ -1,2 +0,0 @@
Do not depend on the ``meta_type`` metadata in the catalog.
[jensens]
+1 -1
View File
@@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '3.1.1.dev0'
version = '3.1.1'
install_requires = [
'setuptools',