Skip to content

Commit

Permalink
Release candidate for v1.5.2 (Aug. 8, 2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
buhtz authored Aug 6, 2024
1 parent 9c70013 commit 3e80fee
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ before_install:
# install screen, and util-linux (provides flock) for test_sshtools
- sudo apt-get install -y sshfs screen util-linux libdbus-1-dev

jobs:
exclude:
- python: "3.9"
- python: "3.10"
- python: "3.11"
- python: "3.12"
# jobs:
# exclude:
# - python: "3.9"
# - python: "3.10"
# - python: "3.11"
# - python: "3.12"

install:
- pip install -U pip
Expand Down
5 changes: 1 addition & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
Back In Time
Version 1.5.2-dev (development of upcoming release)
Version 1.5.2 (2024-08-06)
* Fix: Ensure crontab with ending newline (#781)
* Fix(translation): Correct corrupt translated strings in Basque, Islandic and Spanish causing application crashes (#1828)
* Build(translation): Language helper script processing syntax checks on po-files

* Fix: Crashes (ValueError) related to corrupt translations (Basque, Islandic, Spanish) (#1828)
* Build: Language helpr script with po-file syntax check

Version 1.5.1 (2024-07-27)
* Fix: Use correct port to ping SSH Proxy (#1815)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2-dev
1.5.2
2 changes: 1 addition & 1 deletion common/man/C/backintime-askpass.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-askpass 1 "July 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.TH backintime-askpass 1 "August 2024" "version 1.5.2" "USER COMMANDS"
.SH NAME
backintime-askpass \- a simple backup tool for Linux.
.PP
Expand Down
2 changes: 1 addition & 1 deletion common/man/C/backintime-config.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-config 1 "July 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.TH backintime-config 1 "August 2024" "version 1.5.2" "USER COMMANDS"
.SH NAME
config \- BackInTime configuration files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion common/man/C/backintime.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime 1 "July 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.TH backintime 1 "August 2024" "version 1.5.2" "USER COMMANDS"
.SH NAME
backintime \- a simple backup tool for Linux.
.PP
Expand Down
2 changes: 1 addition & 1 deletion common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# Version string regularyly used by the application and presented to users.
__version__ = '1.5.2-dev.a371d14e'
__version__ = '1.5.2'
2 changes: 1 addition & 1 deletion qt/man/C/backintime-qt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-qt 1 "July 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.TH backintime-qt 1 "August 2024" "version 1.5.2" "USER COMMANDS"
.SH NAME
backintime-qt \- a simple backup tool.
.SH SYNOPSIS
Expand Down

0 comments on commit 3e80fee

Please sign in to comment.