Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# AmpliPi Software Releases

# Future Release


# 0.4.11
* System
* Update our spotify provider `go-librespot` to `0.7.1`
* Web App
Expand Down
1 change: 1 addition & 0 deletions NEW_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ This project follows [Semantic Versioning](https://semver.org/). Here are some e
- [ ] Make a release using the GitHub interface
- [ ] Use the AmpliPi updater to update to the release
- [ ] Test it again! If it needs changes, pull request your bugfixes against `main` and stamp a new release 😎
- [ ] Inform Production of the new software so they keep backstock units updated prior to shipment
3 changes: 3 additions & 0 deletions amplipi/display/tftdisplay.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Pylint forgot that board.whatever are all real
# pylint: disable=no-member

import cProfile
import json
import os
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amplipi"
version = "0.4.10"
version = "0.4.11"
description = "A Pi-based whole house audio controller"
authors = [
"Lincoln Lorenz <lincoln@micro-nova.com>",
Expand Down
Loading