Skip to content

Commit

Permalink
bump: version 0.11.0 → 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2023
1 parent 88fbe76 commit 8432f14
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.1 (2023-06-10)

### Fix

- URL routing to accept requests that contain unused parameters (#42)

## v0.11.0 (2023-03-19)

### Feat
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.0
Current version: 0.11.1

## 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.0"
version = "0.11.1"
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.0
version = 0.11.1
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.0"
__version__ = "0.11.1"

0 comments on commit 8432f14

Please sign in to comment.