Skip to content

Commit 2a41887

Browse files
committed
include .rst in MANIFEST.in, v0.2.5
1 parent 84c997c commit 2a41887

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGES.rst

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

4+
v0.2.5 (2016-10-06)
5+
-------------------
6+
47
v0.2.4 (2016-09-27)
58
-------------------
69
Fixed bug in which priority classes and dynamic classes didn't work together.

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.4'
16+
__version__ = '0.2.5'

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.4'
62+
version = '0.2.5'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.2.4'
64+
release = '0.2.5'
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
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='Ciw',
11-
version='0.2.4',
11+
version='0.2.5',
1212
url='https://github.com/geraintpalmer/Ciw',
1313
author='Geraint Palmer, Vincent Knight',
1414
author_email='[email protected]',

0 commit comments

Comments
 (0)