Skip to content

Commit

Permalink
bump to 5.1.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwall committed Jul 4, 2024
1 parent 87d813d commit 4d9a0b7
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 10 deletions.
2 changes: 2 additions & 0 deletions pkg/changelog.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Wed Jul 03 2024 Matthew Wall <mwall.weewx@gmail.com> - 5.1.0b5-1
- new upstream release
* Sat May 25 2024 Tom Keffer (Author of WeeWX) <tkeffer@gmail.com> - 5.1.0b4-1
- Allow multiple locales
* Sun May 05 2024 Matthew Wall <mwall.weewx@gmail.com> - 5.1.0b1-1
Expand Down
2 changes: 2 additions & 0 deletions pkg/changelog.suse
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Wed Jul 03 2024 Matthew Wall <mwall.weewx@gmail.com> - 5.1.0b5-1
- new upstream release
* Sat May 25 2024 Tom Keffer (Author of WeeWX) <tkeffer@gmail.com> - 5.1.0b4-1
- Allow multiple locales
* Sun May 05 2024 Matthew Wall <mwall.weewx@gmail.com> - 5.1.0b1-1
Expand Down
3 changes: 3 additions & 0 deletions pkg/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
weewx (5.1.0b5-1) unstable; urgency=low
* new upstream release
-- Matthew Wall <mwall.weewx@gmail.com> Wed, 03 Jul 2024 23:17:15 -0400
weewx (5.1.0b4-1) unstable; urgency=low
* Allow multiple locales
-- Tom Keffer (Author of WeeWX) <tkeffer@gmail.com> Sat, 25 May 2024 08:35:36 -0700
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 = "weewx"
version = "5.1.0b4"
version = "5.1.0b5"
description = "The WeeWX weather software system."
authors = [
"Tom Keffer <tkeffer@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/weecfg/tests/expected/weewx43_user_expected.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log_failure = True
socket_timeout = 20

# Do not modify this - it is used by setup.py when installing and updating.
version = 5.1.0b4
version = 5.1.0b5

##############################################################################

Expand Down
2 changes: 1 addition & 1 deletion src/weewx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""Package weewx, containing modules specific to the weewx runtime engine."""
import time

__version__ = "5.1.0b4"
__version__ = "5.1.0b5"

# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'
Expand Down
2 changes: 1 addition & 1 deletion src/weewx_data/skins/Ftp/skin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
###############################################################################

SKIN_NAME = Ftp
SKIN_VERSION = 5.1.0b4
SKIN_VERSION = 5.1.0b5

[Generators]
generator_list = weewx.reportengine.FtpGenerator
Expand Down
2 changes: 1 addition & 1 deletion src/weewx_data/skins/Mobile/skin.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# configuration file for Mobile skin

SKIN_NAME = Mobile
SKIN_VERSION = 5.1.0b4
SKIN_VERSION = 5.1.0b5

[Extras]
# Set this URL to display a radar image
Expand Down
2 changes: 1 addition & 1 deletion src/weewx_data/skins/Rsync/skin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
###############################################################################

SKIN_NAME = Rsync
SKIN_VERSION = 5.1.0b4
SKIN_VERSION = 5.1.0b5

[Generators]
generator_list = weewx.reportengine.RsyncGenerator
Expand Down
2 changes: 1 addition & 1 deletion src/weewx_data/skins/Seasons/skin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###############################################################################

SKIN_NAME = Seasons
SKIN_VERSION = 5.1.0b4
SKIN_VERSION = 5.1.0b5

###############################################################################

Expand Down
2 changes: 1 addition & 1 deletion src/weewx_data/skins/Smartphone/skin.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# configuration file for Smartphone skin

SKIN_NAME = Smartphone
SKIN_VERSION = 5.1.0b4
SKIN_VERSION = 5.1.0b5

[Extras]
# Set this URL to display a radar image
Expand Down
2 changes: 1 addition & 1 deletion src/weewx_data/skins/Standard/skin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###############################################################################

SKIN_NAME = Standard
SKIN_VERSION = 5.1.0b4
SKIN_VERSION = 5.1.0b5

###############################################################################

Expand Down
2 changes: 1 addition & 1 deletion src/weewx_data/weewx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log_success = True
log_failure = True

# This configuration file was created by ...
version = 5.1.0b4
version = 5.1.0b5

##############################################################################

Expand Down

0 comments on commit 4d9a0b7

Please sign in to comment.