Skip to content

Commit bd5a2d5

Browse files
committed
Incremented version number, updated CHANGES
1 parent 5d221b2 commit bd5a2d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 20.1.1 -- 2020-12-26
4+
* Change hostname to "tx-pi" if the host uses the default hostname "raspberrypi"
5+
* Remove obsolete packages automatically
6+
37
## 20.1.0 -- 2020-07-21
48
* Removed support for Debian Jessie (v8)
59
* Added support for Debian Buster (v10)

setup/tx-pi-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
set -ue
2929
# Schema: YY.<release-number-within-the-year>.minor(.dev)?
3030
# See <https://calver.org/> for details
31-
TX_PI_VERSION='20.1.1-dev'
31+
TX_PI_VERSION='20.1.1'
3232

3333
DEBUG=false
3434
ENABLE_SPLASH=true

0 commit comments

Comments
 (0)