diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9816e..03891e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. -## [TBA] +## [0.9.6 beta2] ### Added -- options to change icons on all 4 timers - +- options to change icons on all 4 timers ## [0.9.6 beta1] ### Added diff --git a/LICENSE b/LICENSE index 897704c..d3f0ced 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ ############################################################################# # # OnAirScreen -# Copyright (c) 2012-2022 Sascha Ludwig, astrastudio.de +# Copyright (c) 2012-2023 Sascha Ludwig, astrastudio.de # All rights reserved. # # You may use this file under the terms of the BSD license as follows: diff --git a/clockwidget.py b/clockwidget.py index 48df0ff..7d02a68 100644 --- a/clockwidget.py +++ b/clockwidget.py @@ -3,7 +3,7 @@ ############################################################################# # # OnAirScreen Analog / Digital Clock implementation -# Copyright (c) 2012-2022 Sascha Ludwig, astrastudio.de +# Copyright (c) 2012-2023 Sascha Ludwig, astrastudio.de # All rights reserved. # # start.py diff --git a/settings_functions.py b/settings_functions.py index 47a3f90..7ff7816 100644 --- a/settings_functions.py +++ b/settings_functions.py @@ -3,7 +3,7 @@ ############################################################################# # # OnAirScreen -# Copyright (c) 2012-2022 Sascha Ludwig, astrastudio.de +# Copyright (c) 2012-2023 Sascha Ludwig, astrastudio.de # All rights reserved. # # settings_functions.py diff --git a/start.py b/start.py index fadaf59..3a205be 100755 --- a/start.py +++ b/start.py @@ -3,7 +3,7 @@ ############################################################################# # # OnAirScreen -# Copyright (c) 2012-2022 Sascha Ludwig, astrastudio.de +# Copyright (c) 2012-2023 Sascha Ludwig, astrastudio.de # All rights reserved. # # start.py diff --git a/utils.py b/utils.py index d673dd5..812e21c 100644 --- a/utils.py +++ b/utils.py @@ -3,7 +3,7 @@ ############################################################################# # # OnAirScreen -# Copyright (c) 2012-2022 Sascha Ludwig, astrastudio.de +# Copyright (c) 2012-2023 Sascha Ludwig, astrastudio.de # All rights reserved. # # utils.py diff --git a/utils/keypress.py b/utils/keypress.py index faf2e57..a841b2e 100755 --- a/utils/keypress.py +++ b/utils/keypress.py @@ -4,7 +4,7 @@ # # OnAirScreen Keypress Tool # tool to display keyboard keycodes -# Copyright (c) 2012-2020 Sascha Ludwig, astrastudio.de +# Copyright (c) 2012-2023 Sascha Ludwig, astrastudio.de # All rights reserved. # # keypress.py diff --git a/utils/oas_send.py b/utils/oas_send.py index 35160d6..74d5673 100755 --- a/utils/oas_send.py +++ b/utils/oas_send.py @@ -3,7 +3,7 @@ ############################################################################# # # OnAirScreen -# Copyright (c) 2012-2020 Sascha Ludwig, astrastudio.de +# Copyright (c) 2012-2023 Sascha Ludwig, astrastudio.de # All rights reserved. # # oas_send.py diff --git a/version.py b/version.py index dd0a9eb..bab1082 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -versionString = "0.9.6beta1" +versionString = "0.9.6beta2" diff --git a/weatherwidget.py b/weatherwidget.py index b1d0f79..fa4b110 100644 --- a/weatherwidget.py +++ b/weatherwidget.py @@ -3,7 +3,7 @@ ############################################################################# # # OnAirScreen -# Copyright (c) 2012-2022 Sascha Ludwig, astrastudio.de +# Copyright (c) 2012-2023 Sascha Ludwig, astrastudio.de # All rights reserved. # # start.py