Skip to content

Commit

Permalink
bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Oct 14, 2022
1 parent 510faf2 commit 0526f4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0526f4d

Please sign in to comment.