diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..f6a9e15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f23364d..519687c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.2.2](https://github.com/NREL/plexosdb/compare/v1.2.1...v1.2.2) (2025-12-06) + + +### 🐛 Bug Fixes + +* Update battery collection enum naming and add increment to rank for same class enum ([#80](https://github.com/NREL/plexosdb/issues/80)) ([e247e67](https://github.com/NREL/plexosdb/commit/e247e6731f05eeef792cf8de09f0123e6f9d2995)) + ## [1.2.1](https://github.com/NREL/plexosdb/compare/v1.2.0...v1.2.1) (2025-12-04) diff --git a/pyproject.toml b/pyproject.toml index 6b635f8..a06ccf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plexosdb" -version = "1.2.1" +version = "1.2.2" readme = "README.md" license = {file = "LICENSE.txt"} keywords = ["PLEXOS", "Database", "SQLite"] diff --git a/uv.lock b/uv.lock index 41666fe..e282581 100644 --- a/uv.lock +++ b/uv.lock @@ -706,7 +706,7 @@ wheels = [ [[package]] name = "plexosdb" -version = "1.2.1" +version = "1.2.2" source = { editable = "." } dependencies = [ { name = "loguru" },