We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf12d10 commit 6631bc5Copy full SHA for 6631bc5
2 files changed
CHANGELOG.md
@@ -10,6 +10,9 @@ Targets
10
11
Unreleased
12
----------
13
+
14
+Version 1.2.8 (pre-release)
15
+---------------------------
16
* Python-based parsers.
17
* Info dictionary in Python wrapper that indictes availability of graphviz, python-based parser, raw parser.
18
* Autotools build system (automatic detection of raw_parser, graphviz, python-based parser).
python/setup.py
@@ -19,7 +19,7 @@
19
sys.argv = [sys.argv[0]] + unknown
20
21
setup(name='PFNET',
22
- version='1.2.7',
+ version='1.2.8',
23
license='BSD 2-clause license',
24
description='Power Flow Network Library',
25
author='Tomas Tinoco De Rubira',
0 commit comments