Skip to content

Commit

Permalink
chore: dev version 1.5.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
buhtz committed Jul 27, 2024
1 parent a371d14 commit 22f468c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.5.2-dev
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.1" "USER COMMANDS"
.TH backintime-askpass 1 "July 2024" "version 1.5.2-dev.a371d14e" "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.1" "USER COMMANDS"
.TH backintime-config 1 "July 2024" "version 1.5.2-dev.a371d14e" "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.1" "USER COMMANDS"
.TH backintime 1 "July 2024" "version 1.5.2-dev.a371d14e" "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.1'
__version__ = '1.5.2-dev.a371d14e'
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.1" "USER COMMANDS"
.TH backintime-qt 1 "July 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.SH NAME
backintime-qt \- a simple backup tool.
.SH SYNOPSIS
Expand Down

0 comments on commit 22f468c

Please sign in to comment.