From 8472b55bb545e6814ae6e305046f1af0a2f53760 Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Tue, 10 Oct 2017 16:11:06 -0400 Subject: [PATCH] 3.1.10 version bump --- README.md | 2 +- RELEASE_NOTES.md | 4 ++++ app/config/config.yml | 2 +- app/config/version.yml | 2 +- docs/conf.py | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c6d8f9cd..f22cdf81a 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To **report an issue**, create a ticket on [Phabricator](https://phabricator.wik [![release](https://img.shields.io/github/release/x-tools/xtools.svg)](https://github.com/x-tools/xtools/releases/latest) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -[![Build Status](https://travis-ci.org/x-tools/xtools.svg?branch=3.1.9)](https://travis-ci.org/x-tools/xtools) +[![Build Status](https://travis-ci.org/x-tools/xtools.svg?branch=3.1.10)](https://travis-ci.org/x-tools/xtools) **Master:** diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d6e709010..2c9036a5d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes # +## 3.1.10 ## +- T177730: Show per-namespace breakdown of top edited pages. +- T177696: Fix ordering of Edit Counter timecard data. + ## 3.1.9 ## - T172801: Show top edited pages in Edit Counter. - Downsize the timecard based on feedback. diff --git a/app/config/config.yml b/app/config/config.yml index 4e6be459b..3dbaa8111 100755 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -42,7 +42,7 @@ framework: fragments: ~ http_method_override: true assets: - version: '6' + version: '7' version_format: '%%s?v=%%s' cache: app: "cache.adapter.%cache.adapter%" diff --git a/app/config/version.yml b/app/config/version.yml index c00c98a73..73e6cf78b 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.9 + app.version: 3.1.10 diff --git a/docs/conf.py b/docs/conf.py index 8d5297c92..1af3300a8 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.9' +release = '3.1.10' # -- Options for HTML output ---------------------------------------------------