From 6a3452bf1851a82a0a154c6cc70e533417b6b3bc Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Wed, 17 Jan 2018 16:50:32 -0500 Subject: [PATCH] 3.1.28 version bump --- RELEASE_NOTES.md | 5 +++++ app/config/config.yml | 2 +- app/config/version.yml | 2 +- docs/conf.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f2fe17413..eb791a88e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # Release Notes # +## 3.1.28 ## +- AutoEdits: Better support for ar.wikipedia. +- ArticleInfo: Fix floating nav after authorship stats load. +- Localization updates. + ## 3.1.27 ## - Add prose, category, template and file statistics to ArticleInfo. - UI refresh of the general stats section of ArticleInfo. diff --git a/app/config/config.yml b/app/config/config.yml index e850cdbb3..8b32cd10a 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -42,7 +42,7 @@ framework: fragments: ~ http_method_override: true assets: - version: '13' + version: '14' version_format: '%%s?v=%%s' cache: app: "cache.adapter.%cache.adapter%" diff --git a/app/config/version.yml b/app/config/version.yml index 1ce2f83e2..5ddbc6dd3 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.27 + app.version: 3.1.28 diff --git a/docs/conf.py b/docs/conf.py index d850214c9..bfe1e8af9 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.27' +release = '3.1.28' # -- Options for HTML output ---------------------------------------------------