Skip to content

Commit

Permalink
3.1.6 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Oct 5, 2017
1 parent 4cc8fe7 commit 22d5e03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5)](https://travis-ci.org/x-tools/xtools)
[![Build Status](https://travis-ci.org/x-tools/xtools.svg?branch=3.1.6)](https://travis-ci.org/x-tools/xtools)

**Master:**

Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes #

## 3.1.6 ##
- Hotfix to move internal 'usage API' out of /api namespace and into /meta.
This is because the Wikimedia installation reroutes /api requests to a
different server, which we don't want for the usage API.

## 3.1.5 ##
- T170652 Add option to limit how many edits to analyize in the Edit Counter,
Top Edits, and Automated Edits tools, and a revision limit option for
Expand Down
2 changes: 1 addition & 1 deletion app/config/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases

parameters:
app.version: 3.1.5
app.version: 3.1.6
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.5'
release = '3.1.6'

# -- Options for HTML output ---------------------------------------------------

Expand Down

0 comments on commit 22d5e03

Please sign in to comment.