Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccrohan committed Oct 4, 2023
1 parent 8d5924b commit acb2866
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v3.0.1] - 2023-10-04

### Fixed

- Handle connection resets in sync library (already handled by async library).
Thanks to @jlopez77 and @githubDante. See [GH issue #44](https://github.com/jmccrohan/pysolarmanv5/issues/44)

## [v3.0.0] - 2023-05-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pysolarmanv5"
version = "3.0.0"
version = "3.0.1"
description = "A Python library for interacting with Solarman (IGEN-Tech) v5 based Solar Data Loggers"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit acb2866

Please # to comment.