Skip to content

Commit

Permalink
Merge 2437bba into 235da4e
Browse files Browse the repository at this point in the history
  • Loading branch information
fulv committed Oct 5, 2018
2 parents 235da4e + 2437bba commit 54e51e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
Changelog
=========

1.6.1 (unreleased)
----------------
1.6.3 (unreleased)
------------------

- Nothing changed yet.


1.6.2 (2018-06-19)
------------------

- I messed up 1.6.1 and made a brown bag release.
[fulv]


1.6.1 (2018-06-19)
------------------

- Add note about unfixed regressions and more verbose install-instructions.
[ida]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup

version = '1.6.1.dev0'
version = '1.6.3.dev0'
long_description = (
open('README.rst').read() + '\n' +
open('CHANGES.rst').read()
Expand Down

0 comments on commit 54e51e6

Please sign in to comment.