Skip to content

Commit

Permalink
Back to development: 3.1.3
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
gforcada committed Feb 4, 2018
1 parent b503246 commit cc7c26e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ Changelog
=========


3.1.3 (unreleased)
------------------

Breaking changes:

- *add item here*

New features:

- *add item here*

Bug fixes:

- *add item here*


3.1.2 (2018-02-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '3.1.2'
version = '3.1.3.dev0'

long_description = (
read('README.rst')
Expand Down

0 comments on commit cc7c26e

Please sign in to comment.