Skip to content

Commit

Permalink
bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dec-heim committed Jun 10, 2023
1 parent c283ccc commit 88a5f23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## v0.3.3 Minor bug fix (10/06/2023)
- Fix an issue where some days of price setter data was not read correctly from the AEMO data archive.

## v0.3.2 Bug fixes (15/01/2023)
- Fix function argument errors
- v0.3.0 and v0.3.1 have known issues. Use v0.3.2
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 = "Declan Heim, Shayan Naderi"

# The full version, including alpha/beta/rc tags
release = "0.3.2"
release = "0.3.3"


# -- 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 = "NEMED"
version = "0.3.2"
version = "0.3.3"
description = "NEM Emissions Data tool"
authors = ["Declan Heim","Shayan Naderi"]
license = "Licence"
Expand Down

0 comments on commit 88a5f23

Please sign in to comment.