Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 9, 2024
1 parent 2aba05e commit 1f01f3a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@



## v0.1.1 (2024-01-09)

### Chore

* chore: use forked python-semantic-release running on Python 3.12 ([`1d3ba5f`](https://github.com/luuuis/pyomie/commit/1d3ba5fe2a5b243b1b263a04f4ca28b04089ce9c))

### Ci

* ci: use luuuis/python-semantic-release running on Python 3.12 (#7) ([`2aba05e`](https://github.com/luuuis/pyomie/commit/2aba05e473ecb9405b00eb5fd02f3b0bbab9985c))

* ci: use GitHub setup python action to ensure correct version ([`d0a2dea`](https://github.com/luuuis/pyomie/commit/d0a2dea8946f82e0b36251644809a638ba168503))

* ci: use forked upload-to-gh-release with Python 3.12

upstream uses Python 3.10, which this project does not support any more. ([`92b1e44`](https://github.com/luuuis/pyomie/commit/92b1e4486582c02b11be6ca86b5fc862566c9f95))

### Fix

* fix: rework lib to add static typing info (#6)

This is a breaking change but not applying semver since we're still in 0.x.

* fix: reworked the whole lib, use NamedTuple for returned data
* ci: python >= 3.11 ([`1527fc1`](https://github.com/luuuis/pyomie/commit/1527fc12b532f0ba6fb5af6991698dfbed43f7bb))


## v0.1.0 (2024-01-07)

### Ci
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "pyomie"
copyright = "2022-2024, Luis Miranda"
author = "Luis Miranda"
release = "0.1.0"
release = "0.1.1"

# General configuration
extensions = [
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 = "pyomie"
version = "0.1.0"
version = "0.1.1"
description = "A client for OMIE - Spain and Portugal electricity market data"
authors = ["Luis Miranda <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/pyomie/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 1f01f3a

Please sign in to comment.