diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 38ac2bf31..a24f7c0d6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes # +## 3.1.33 ## +- T185411: Restore raw URL encoding. Instead incoming links that use + the path parameter should encode the values accordingly. + ## 3.1.32 ## - T185850: Temporarily allow + as spaces, again. diff --git a/app/config/version.yml b/app/config/version.yml index d86a05860..29124f3eb 100644 --- a/app/config/version.yml +++ b/app/config/version.yml @@ -2,4 +2,4 @@ # The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases parameters: - app.version: 3.1.32 + app.version: 3.1.33 diff --git a/docs/conf.py b/docs/conf.py index 974bc7c8a..799217640 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,9 +8,9 @@ project = u'XTools' # The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases -copyright = u'2008–2017, XTools contributors' +copyright = u'2008–2018, XTools contributors' version = '3.1' -release = '3.1.32' +release = '3.1.33' # -- Options for HTML output ---------------------------------------------------