Skip to content

Commit 3667371

Browse files
author
semantic-release
committed
0.0.1
Automatically generated by python-semantic-release
1 parent 33a9427 commit 3667371

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# Changelog
2+
3+
## v0.0.1 (2025-03-15)
4+
5+
### Bug fixes
6+
7+
- Remove unused labels workflow (#1) ([`33a9427`](https://github.com/openvideolibs/onvif-parsers/commit/33a9427d0592e17d88cfeeeae7735f0c7ca834fd))

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "onvif-parsers"
1616
copyright = "2025, Open Video Libs"
1717
author = "Open Video Libs"
18-
release = "0.0.0"
18+
release = "0.0.1"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "onvif-parsers"
7-
version = "0.0.0"
7+
version = "0.0.1"
88
description = "Parsers for ONVIF events"
99
readme = "README.md"
1010
license = { text = "Apache Software License 2.0" }

src/onvif_parsers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.0.1"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)