File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11History
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+
410v0.2.6 (2016-10-17)
511-------------------
612Add AUTHORS.rst.
Original file line number Diff line number Diff line change 1313from .import_params import *
1414from .network import *
1515
16- __version__ = '0.2.6 '
16+ __version__ = '0.2.7 '
Original file line number Diff line number Diff line change 33Change 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+
612v0.2.6 (2016-10-17)
713-------------------
814Add AUTHORS.rst.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1111
1212setup (
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 = 'palmer.geraint@googlemail.com' ,
You can’t perform that action at this time.
0 commit comments