Skip to content

Commit f5dd81b

Browse files
committed
bump to v0.3.0
1 parent 0453467 commit f5dd81b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
## v0.3.0 (19/08/2022)
5+
6+
- Handle PREDISP_ALL_DATA (complete pre dispatch data for each month)
7+
- Associated testing
8+
- Update to docs
9+
410
## v0.2.1 (19/08/2022)
511

612
- Bug fix for Windows (PermissionError)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Abhijith (Abi) Prakash"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.2.1"
26+
release = "0.3.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nemseer"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "A package for downloading and handling forecasts for the National Electricity Market (NEM) from the Australian Energy Market Operator (AEMO)."
55
authors = ["Abhijith Prakash"]
66
license = "BSD 3-Clause"

0 commit comments

Comments
 (0)