Skip to content

Commit 617b208

Browse files
committed
Bump version
1 parent 9893544 commit 617b208

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

doc/Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ og:description: See what's new in the latest release of Roseau Load Flow !
1717

1818
# Changelog
1919

20-
## Under development
20+
## Version 0.8.1
2121

2222
- {gh-pr}`211` Several improvements of the documentation:
2323
- Add Open Graph metadata to the documentation page.
2424
- Error on the susceptance unit in the tables of the `LineParameters`' catalogue.
2525
- Replot the networks of the catalogue (add a `H1` title, use the Raleway font, only plot the lines to add their
2626
parameters id in the tooltip)
27+
- {gh-issue}`214` Solve a bug in the engine when using delta connected flexible loads.
2728

2829
## Version 0.8.0
2930

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# The full version, including alpha/beta/rc tags
2525
version = "0.8"
26-
release = "0.8.0"
26+
release = "0.8.1"
2727

2828
# -- General configuration ---------------------------------------------------
2929

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tool.poetry]
22
name = "roseau-load-flow"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Highly capable three-phase load flow solver"
55
authors = [
66
"Ali Hamdan <ali.hamdan@roseautechnologies.com>",
77
"Sébastien Vallet <sebastien.vallet@roseautechnologies.com>",
88
"Benoît Vinot <benoit.vinot@roseautechnologies.com>",
99
"Florent Cadoux <florent.cadoux@roseautechnologies.com>",
10+
"Louise Muller <louise.muller@roseautechnologies.com>",
1011
"Victor Gouin",
1112
]
1213
maintainers = ["Ali Hamdan <ali.hamdan@roseautechnologies.com>"]
@@ -49,7 +50,7 @@ typing-extensions = ">=4.6.2"
4950
pyproj = ">=3.3.0"
5051
certifi = ">=2023.5.7"
5152
platformdirs = ">=4.0.0"
52-
roseau-load-flow-engine = ">=0.13.0"
53+
roseau-load-flow-engine = "==0.13.1"
5354

5455
# Optional dependencies
5556
matplotlib = { version = ">=3.7.2", optional = true }

roseau/load_flow/__about__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Sébastien Vallet <sebastien.vallet@roseautechnologies.com>",
55
"Benoît Vinot <benoit.vinot@roseautechnologies.com>",
66
"Florent Cadoux <florent.cadoux@roseautechnologies.com>",
7+
"Louise Muller <louise.muller@roseautechnologies.com>",
78
"Victor Gouin",
89
)
910
)

0 commit comments

Comments
 (0)