Skip to content

Commit 6631bc5

Browse files
committed
udpated setup version and changelog
1 parent cf12d10 commit 6631bc5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Targets
1010

1111
Unreleased
1212
----------
13+
14+
Version 1.2.8 (pre-release)
15+
---------------------------
1316
* Python-based parsers.
1417
* Info dictionary in Python wrapper that indictes availability of graphviz, python-based parser, raw parser.
1518
* Autotools build system (automatic detection of raw_parser, graphviz, python-based parser).

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
sys.argv = [sys.argv[0]] + unknown
2020

2121
setup(name='PFNET',
22-
version='1.2.7',
22+
version='1.2.8',
2323
license='BSD 2-clause license',
2424
description='Power Flow Network Library',
2525
author='Tomas Tinoco De Rubira',

0 commit comments

Comments
 (0)