From fea63b3a670fd007472025e61cda6f1fe7ea4d2c Mon Sep 17 00:00:00 2001 From: "abiprakash007@gmail.com" Date: Mon, 5 Dec 2022 18:03:41 +1100 Subject: [PATCH] bump to v1.0.4 --- CHANGELOG.md | 3 +++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029aa9c..5d0c51b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog +## v1.0.4 (5/12/2022) + +- Version bump for Zenodo DOI ## v1.0.3 (9/11/2022) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6dffcdf..a825c02 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Abhijith (Abi) Prakash" # The full version, including alpha/beta/rc tags -release = "1.0.3" +release = "1.0.4" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 37d0085..8f44bb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nemseer" -version = "1.0.3" +version = "1.0.4" description = "A package for downloading and handling forecasts for the National Electricity Market (NEM) from the Australian Energy Market Operator (AEMO)." authors = ["Abhijith Prakash"] license = "BSD 3-Clause"