gazpar2haws 0.1.8.dev5__tar.gz → 0.1.8.dev10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.8] - 2025-01-10
9
+
10
+ ### Added
11
+
12
+ [#20](https://github.com/ssenart/gazpar2haws/issues/20): Automate build, package, publish with Github Actions
13
+
8
14
  ## [0.1.7] - 2025-01-05
9
15
 
10
16
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gazpar2haws
3
- Version: 0.1.8.dev5
3
+ Version: 0.1.8.dev10
4
4
  Summary: Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface
5
5
  License: MIT License
6
6
 
@@ -0,0 +1 @@
1
+ from gazpar2haws.version import __version__ # noqa: F401
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gazpar2haws"
3
- version = "0.1.8.dev5"
3
+ version = "0.1.8.dev10"
4
4
  description = "Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface"
5
5
  license = { file = "LICENSE" }
6
6
  readme = "README.md"
@@ -1 +0,0 @@
1
- from gazpar2haws.version import __version__ # noqa: F401