Skip to content

Commit

Permalink
bump: version 0.13.0 → 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent 03c3eeb commit ef32028
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.13.1 (2024-06-05)

### Fix

- **install**: fix missing directory during install (#73)

## v0.13.0 (2023-07-22)

### 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.13.0
Current version: 0.13.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.13.0"
version = "0.13.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.13.0
version = 0.13.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.13.0"
__version__ = "0.13.1"

0 comments on commit ef32028

Please sign in to comment.