Skip to content

Commit

Permalink
Back to development: 1.8.3
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tisto committed Jul 26, 2018
1 parent f23dc6a commit 4cb7c69
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
=========


1.8.3 (unreleased)
------------------

Breaking changes:

- *add item here*

New features:

- *add item here*

Bug fixes:

- *add item here*


1.8.2 (2018-07-26)
------------------

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 = '1.8.2'
version = '1.8.3.dev0'

long_description = (
read('README.rst') + '\n' +
Expand Down

0 comments on commit 4cb7c69

Please sign in to comment.