Skip to content

Commit

Permalink
bump to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Sep 26, 2022
1 parent 1b5b9d4 commit 3bb4941
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v1.0.0 (26/09/2022)

- Links to examples in all functions in Core Functionality of documentation
- Detailed example of P5MIN demand forecast errors for 2021

## v0.7.1 (20/09/2022)

- Various bug fixes from beta testing
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 = "0.7.1"
release = "1.0.0"


# -- 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 = "0.7.1"
version = "1.0.0"
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 3bb4941

Please sign in to comment.