From 0526f4d22ec443b3be4ce77610e8840a082aab27 Mon Sep 17 00:00:00 2001 From: "abiprakash007@gmail.com" Date: Fri, 14 Oct 2022 16:51:00 +1100 Subject: [PATCH] bump to v1.0.2 --- CHANGELOG.md | 7 +++++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ec192..37690d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.0.2 (14/10/2022) + +Minor fixes: + +- Fix logging to use `nemseer` logger, not root logger +- Suppress pandas Future Warning + ## v1.0.1 (27/09/2022) - Where they exist, drop intervention periods when converting to xarray and provide user with warning diff --git a/docs/source/conf.py b/docs/source/conf.py index 5efc560..e09b46f 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.1" +release = "1.0.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 821adfc..ee63a39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nemseer" -version = "1.0.1" +version = "1.0.2" 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"