From d3205ff99f096a66a4155dee32fcc67c0243f75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Vinot?= Date: Thu, 9 Jan 2025 09:59:18 +0100 Subject: [PATCH] ENH: Bump version --- doc/Changelog.md | 2 +- doc/conf.py | 4 ++-- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/Changelog.md b/doc/Changelog.md index 8afa09c2..7ea163ab 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -17,7 +17,7 @@ og:description: See what's new in the latest release of Roseau Load Flow ! # Changelog -## Unreleased +## Version 0.12.0-alpha - {gh-pr}`311` Add French aliases to line enumeration types. - {gh-pr}`311` Fix `TypeError`s in the `LineParameters.from_coiffier_model`. The error message of diff --git a/doc/conf.py b/doc/conf.py index 1213c111..0db6e6e0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,8 +24,8 @@ # author = "BenoƮt Vinot" # The full version, including alpha/beta/rc tags -version = "0.11" -release = "0.11.0" +version = "0.12" +release = "0.12.0-alpha" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a6f83aab..6af56cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "roseau-load-flow" -version = "0.11.0" +version = "0.12.0-alpha" description = "Highly capable three-phase load flow solver" authors = [ { name = "Ali Hamdan", email = "ali.hamdan@roseautechnologies.com" }, @@ -38,7 +38,7 @@ dependencies = [ "pyproj>=3.3.0", "certifi>=2023.5.7", "platformdirs>=4.0.0", - "roseau-load-flow-engine==0.16.0", + "roseau-load-flow-engine>=0.16.0", ] [project.urls] diff --git a/uv.lock b/uv.lock index dc7f7134..f5d747ac 100644 --- a/uv.lock +++ b/uv.lock @@ -1290,7 +1290,7 @@ wheels = [ [[package]] name = "roseau-load-flow" -version = "0.11.0" +version = "0.12.0a0" source = { editable = "." } dependencies = [ { name = "certifi" }, @@ -1346,7 +1346,7 @@ requires-dist = [ { name = "pint", specifier = ">=0.21.0" }, { name = "platformdirs", specifier = ">=4.0.0" }, { name = "pyproj", specifier = ">=3.3.0" }, - { name = "roseau-load-flow-engine", specifier = "==0.16.0" }, + { name = "roseau-load-flow-engine", specifier = ">=0.16.0" }, { name = "shapely", specifier = ">=2.0.0" }, { name = "typing-extensions", specifier = ">=4.6.2" }, ]