From 76fbeb1210084f9244d08efef61272b3e956a453 Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Mon, 30 Oct 2017 12:53:21 -0400 Subject: [PATCH] 3.1.16 version bump --- RELEASE_NOTES.md | 6 ++++++ app/config/version.yml | 2 +- docs/conf.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 244473cd9..e38b14ab3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes # +## 3.1.16 ## +- T179293: Remove references to wikidatawiki_p.wb_entity_per_page which was + removed with T95685. Checking basic wikidata fields will be reimplemented + at a later time. +- T179304: Fix user opt-in check for usernames with spaces. + ## 3.1.15 ## - T179258: Don't use reserved characters in cache keys. diff --git a/app/config/version.yml b/app/config/version.yml index 0365d83b0..468128147 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.15 + app.version: 3.1.16 diff --git a/docs/conf.py b/docs/conf.py index 0bd1575ce..e9aef8779 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.15' +release = '3.1.16' # -- Options for HTML output ---------------------------------------------------