From 1de48dd3377caecd9be918beeb4a62b6b38a819d Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Fri, 15 Dec 2017 16:18:45 -0500 Subject: [PATCH] 3.1.22 version bump --- RELEASE_NOTES.md | 4 ++++ app/config/version.yml | 2 +- docs/conf.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 15076fd55..14b668505 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes # +## 3.1.22 ## +- T182997: Set query limit on ArticleInfo API. +- Localization updates. + ## 3.1.21 ## - Usage tracking of API. diff --git a/app/config/version.yml b/app/config/version.yml index 28d1fdcff..c0c2d32eb 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.21 + app.version: 3.1.22 diff --git a/docs/conf.py b/docs/conf.py index f67f6c18f..400fbc28f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ # The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases copyright = u'2008–2017, XTools contributors' version = '3.1' -release = '3.1.21' +release = '3.1.22' # -- Options for HTML output ---------------------------------------------------