Revving version.
This commit is contained in:
parent
0da1c6ec7b
commit
ec416cb152
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
0.1.7-dev
|
0.1.7
|
||||||
|
|
||||||
* #11: Fixed parsing of punctuation in configuration file.
|
* #11: Fixed parsing of punctuation in configuration file.
|
||||||
* Better error message when configuration file is missing.
|
* Better error message when configuration file is missing.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
VERSION = '0.1.7-dev'
|
VERSION = '0.1.7'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue