Skip to content

Commit 095b3d6

Browse files
committed
Bump version
1 parent 687aaf7 commit 095b3d6

File tree

4 files changed

+89
-88
lines changed

4 files changed

+89
-88
lines changed

doc/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ og:description: See what's new in the latest release of Roseau Load Flow !
1919

2020
# Changelog
2121

22-
## Unreleased
22+
## Version 0.13.0
2323

2424
- {gh-pr}`402` Improve the `en.to_graph` method.
2525

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# author = "Benoît Vinot"
2525

2626
# The full version, including alpha/beta/rc tags
27-
version = "0.12"
28-
release = "0.12.0"
27+
version = "0.13"
28+
release = "0.13.0"
2929

3030
# -- General configuration ---------------------------------------------------
3131

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "roseau-load-flow"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "Highly capable multi-phase load flow solver"
55
authors = [
66
{ name = "Ali Hamdan", email = "ali.hamdan@roseautechnologies.com" },
@@ -57,7 +57,6 @@ dev = [
5757
"pytest>=8.0.0",
5858
"pytest-cov>=5.0.0",
5959
"pytest-xdist>=3.1.0",
60-
"coverage[toml]>=7.0.5",
6160
"covdefaults>=2.3.0",
6261
]
6362
doc = [

0 commit comments

Comments
 (0)