Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 26, 2024
1 parent e72e6d3 commit 1b52e7a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.4.3 (2024-08-26)

### Fix

* Update dependency rich to v13.8.0 ([`e72e6d3`](https://github.com/MartinHjelmare/aiovlc/commit/e72e6d33412b975b3072c7857224754ec84eedc6))

## v0.4.2 (2024-08-25)

### Fix
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 = "aiovlc"
project_copyright = "2024, Martin Hjelmare"
author = "Martin Hjelmare"
release = "0.4.2"
release = "0.4.3"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/MartinHjelmare/aiovlc"
version = "0.4.2"
version = "0.4.3"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/MartinHjelmare/aiovlc/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/aiovlc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Control VLC over telnet connection using asyncio."""

__version__ = "0.4.2"
__version__ = "0.4.3"

0 comments on commit 1b52e7a

Please sign in to comment.