Skip to content

Commit

Permalink
bump to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Sep 20, 2022
1 parent e5d8acb commit fe73031
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

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

- Various bug fixes from beta testing
- Selective conversion of CSV to parquet
- Correctly implement intervening date generation for filename generation
- Example tidied up
- Seconds can now be supplied in datetime inputs (as long as they are `00`)

## v0.7.0 (08/09/2022)

- Implement `processed_cache
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.0"
release = "0.7.1"


# -- 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.0"
version = "0.7.1"
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 fe73031

Please sign in to comment.