Skip to content

Commit 88a5f23

Browse files
committed
bump to 0.3.3
1 parent c283ccc commit 88a5f23

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.3.3 Minor bug fix (10/06/2023)
6+
- Fix an issue where some days of price setter data was not read correctly from the AEMO data archive.
7+
58
## v0.3.2 Bug fixes (15/01/2023)
69
- Fix function argument errors
710
- v0.3.0 and v0.3.1 have known issues. Use v0.3.2

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Declan Heim, Shayan Naderi"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.3.2"
26+
release = "0.3.3"
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 = "NEMED"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "NEM Emissions Data tool"
55
authors = ["Declan Heim","Shayan Naderi"]
66
license = "Licence"

0 commit comments

Comments
 (0)