Skip to content

Commit

Permalink
bump: version 0.11.1 → 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2023
1 parent e129a80 commit 1d869d9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.11.2 (2023-07-02)

### Fix

- fix url parsing (#53)

## v0.11.1 (2023-06-10)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A simple mjpeg server for Picamera2.
With Spyglass you are able to stream videos from a camera that is supported by [libcamera](http://libcamera.org) like
the [Raspberry Pi Camera Module 3](https://www.raspberrypi.com/products/camera-module-3/).

Current version: 0.11.1
Current version: 0.11.2

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mock_use_standalone_module = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.11.1"
version = "0.11.2"
tag_format = "v$version"
version_files = [
"spyglass/__version__.py",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = spyglass
version = 0.11.1
version = 0.11.2
description = A simple mjpeg server for Picamera2
url = https://github.com/roamingthings/spyglass
license = GPL-3.0-only
Expand Down
2 changes: 1 addition & 1 deletion spyglass/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.1"
__version__ = "0.11.2"

0 comments on commit 1d869d9

Please sign in to comment.