Skip to content

Commit f9a82f6

Browse files
committed
Ready for v0.2.7
1 parent 25ba431 commit f9a82f6

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
-------
33

4+
v0.2.7 (2016-10-26)
5+
-------------------
6+
Run tests on Appveyor.
7+
Check docs build and pip installable on Travis.
8+
Remove hypothesis cache.
9+
410
v0.2.6 (2016-10-17)
511
-------------------
612
Add AUTHORS.rst.

ciw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
from .import_params import *
1414
from .network import *
1515

16-
__version__ = '0.2.6'
16+
__version__ = '0.2.7'

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Change Log
44
==========
55

6+
v0.2.7 (2016-10-26)
7+
-------------------
8+
Run tests on Appveyor.
9+
Check docs build and pip installable on Travis.
10+
Remove hypothesis cache.
11+
612
v0.2.6 (2016-10-17)
713
-------------------
814
Add AUTHORS.rst.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.2.6'
62+
version = '0.2.7'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.2.6'
64+
release = '0.2.7'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='Ciw',
14-
version='0.2.6',
14+
version='0.2.7',
1515
url='https://github.com/geraintpalmer/Ciw',
1616
author='Geraint Palmer, Vincent Knight',
1717
author_email='[email protected]',

0 commit comments

Comments
 (0)