Skip to content

Commit 8c95bbb

Browse files
committed
Bump to v0.2.1
1 parent 4307b7c commit 8c95bbb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
<!--next-version-placeholder-->
4+
## v0.2.1 (19/08/2022)
5+
6+
- Bug fix for Windows (PermissionError)
7+
- Switch date format to `yyyy/mm/dd HH:MM` for consistency with NEMOSIS and AEMO date format
8+
- Rename `Loader` to `Query`
9+
- Lazy parquet conversion
10+
- More testing, including doctesting of examples in Quick Start section of docs
411

512
## v0.2.0 (16/08/2022)
613

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.0"
26+
release = "0.2.1"
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.0"
3+
version = "0.2.1"
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)