Skip to content

Commit

Permalink
bump to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Jul 5, 2023
1 parent 3104b5d commit 8ff2dc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

<!--next-version-placeholder-->
## v1.0.5 (5/05/2023)

- Support Python 3.11 and add to CI testing
- Update dependencies
- Relicense `nemseer` under GPL3 and documentation under CC BY

## v1.0.4 (5/12/2022)

- Version bump for Zenodo DOI
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ Interested in contributing? Check out the [contributing guidelines](./CONTRIBUTI

Please note that this project is released with a [Code of Conduct](./CONDUCT.md). By contributing to this project, you agree to abide by its terms.

## Citation & Licenses
## Citation

If you use `nemseer`, please cite the package via the [Zenodo DOI](https://doi.org/10.5281/zenodo.7397514).

If you use code or analysis from any of the demand error and/or price convergence examples in the documentation, please also cite `NEMOSIS` via [this conference paper](https://www.researchgate.net/publication/329798805_NEMOSIS_-_NEM_Open_Source_Information_Service_open-source_access_to_Australian_National_Electricity_Market_Data)

### Licenses
## Licenses

`nemseer` was created by Abhijith Prakash. It is licensed under the terms of the [GNU GPL-3.0-or-later](./LICENSE).
`nemseer` was created by Abhijith Prakash. It is licensed under the terms of [GNU GPL-3.0-or-later licences](./LICENSE).

The content within the documentation for this project is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

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 = "1.0.4"
version = "1.0.5"
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 = "GPL-3.0-or-later"
Expand Down

0 comments on commit 8ff2dc1

Please sign in to comment.