Skip to content

Commit 18b969b

Browse files
Bump version
Update NEW_RELEASE.md with a personal reminder
1 parent cf96e0d commit 18b969b

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# AmpliPi Software Releases
22

33
# Future Release
4+
5+
6+
# 0.4.11
47
* System
58
* Update our spotify provider `go-librespot` to `0.7.1`
69
* Web App

β€ŽNEW_RELEASE.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ This project follows [Semantic Versioning](https://semver.org/). Here are some e
3636
- [ ] Make a release using the GitHub interface
3737
- [ ] Use the AmpliPi updater to update to the release
3838
- [ ] Test it again! If it needs changes, pull request your bugfixes against `main` and stamp a new release 😎
39+
- [ ] Inform Production of the new software so they keep backstock units updated prior to shipment

β€Žamplipi/display/tftdisplay.pyβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Pylint forgot that board.whatever are all real
2+
# pylint: disable=no-member
3+
14
import cProfile
25
import json
36
import os

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "amplipi"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
description = "A Pi-based whole house audio controller"
55
authors = [
66
"Lincoln Lorenz <lincoln@micro-nova.com>",

0 commit comments

Comments
Β (0)