Skip to content

Commit 2feba86

Browse files
authored
Merge pull request #2037 from e2nIEE/develop
Release 2.13.1
2 parents 7dc7450 + f911802 commit 2feba86

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
=============
33

4+
[2.13.1] - 2023-05-12
5+
-------------------------------
6+
- [FIXED] missing test files for CIM converter test in the release files
7+
8+
49
[2.13.0] - 2023-05-12
510
-------------------------------
611
- [FIXED] another correction of shunt values in CIGRE HV

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include LICENSE AUTHORS README.rst requirements.txt CHANGELOG.rst .travis.yml .github/**/*.yml
22
include pandapower/converter/powerfactory/power_factory_files/*
33
include pandapower/test/api/input_files/*
4+
include pandapower/test/test_files/example_cim/*
45

56
global-include *.p
67
global-include *.m

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = "2.13"
5858
# The full version, including alpha/beta/rc tags.
59-
release = "2.13.0"
59+
release = "2.13.1"
6060

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

pandapower/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.13.0"
1+
__version__ = "2.13.1"
22
__format_version__ = "2.12.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='pandapower',
37-
version='2.13.0',
37+
version='2.13.1',
3838
author='Leon Thurner, Alexander Scheidler',
3939
4040
description='An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.',

0 commit comments

Comments
 (0)