Skip to content

Commit

Permalink
Back to development: 1.1.8
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Nov 26, 2015
1 parent 2230c20 commit 2d7d0e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,18 @@
Changelog
=========

1.1.8 (unreleased)
------------------

New:

- *add item here*

Fixes:

- *add item here*


1.1.7 (2015-11-26)
------------------

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

version = '1.1.7'
version = '1.1.8.dev0'

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

0 comments on commit 2d7d0e3

Please sign in to comment.