From 16e2ade1db4bd3936dd2bdcaeed8e31a772b7b1c Mon Sep 17 00:00:00 2001 From: dec-heim <92137442+dec-heim@users.noreply.github.com> Date: Sun, 15 Jan 2023 19:41:24 +1100 Subject: [PATCH] bump to v0.3.2 --- CHANGELOG.md | 4 ++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4a595..68abf33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.2 Bug fixes (15/01/2023) +- Fix function argument errors +- v0.3.0 and v0.3.1 have known issues. Use v0.3.2 + ## v0.3.1 Major update to Marginal Emissions (15/01/2023) - Refined extraction of price-setter files for marginal emissions data. - Updated example for marginal emissions diff --git a/docs/source/conf.py b/docs/source/conf.py index 6f881fc..97cc8ea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Declan Heim, Shayan Naderi" # The full version, including alpha/beta/rc tags -release = "0.3.1" +release = "0.3.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 6689156..8cd657e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "NEMED" -version = "0.3.1" +version = "0.3.2" description = "NEM Emissions Data tool" authors = ["Declan Heim","Shayan Naderi"] license = "Licence"