Skip to content

Commit 0b42b76

Browse files
committed
Bump Version
1 parent 027f811 commit 0b42b76

File tree

9 files changed

+14
-18
lines changed

9 files changed

+14
-18
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Back In Time
22

3+
Version 1.3.1
4+
* bump version, forgot to push branch to Github before releasing
5+
36
Version 1.3.0
47
* Merge PR: Fix FileNotFoundError exception in mount.mounted, Thanks tatokis (https://github.com/bit-team/backintime/pull/1157)
58
* Merge PR: qt/plugins/notifyplugin: Fix setting self.user, not local variable, Thanks Zocker1999NET (https://github.com/bit-team/backintime/pull/1155)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
class Config(configfile.ConfigFileWithProfiles):
4949
APP_NAME = 'Back In Time'
50-
VERSION = '1.3.0'
50+
VERSION = '1.3.1'
5151
COPYRIGHT = 'Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze'
5252
CONFIG_VERSION = 6
5353

common/man/C/backintime-askpass.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backintime-askpass 1 "Jan 2015" "version 1.3.0" "USER COMMANDS"
1+
.TH backintime-askpass 1 "Jan 2015" "version 1.3.1" "USER COMMANDS"
22
.SH NAME
33
backintime-askpass \- a simple backup tool for Linux.
44
.PP

common/man/C/backintime-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backintime-config 1 "Nov 2017" "version 1.3.0" "USER COMMANDS"
1+
.TH backintime-config 1 "Nov 2017" "version 1.3.1" "USER COMMANDS"
22
.SH NAME
33
config \- BackInTime configuration files.
44
.SH SYNOPSIS

common/man/C/backintime.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backintime 1 "Aug 2016" "version 1.3.0" "USER COMMANDS"
1+
.TH backintime 1 "Aug 2016" "version 1.3.1" "USER COMMANDS"
22
.SH NAME
33
backintime \- a simple backup tool for Linux.
44
.PP

debian/changelog

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
backintime (1.3.0) unstable; urgency=low
2-
* Merge PR: Fix FileNotFoundError exception in mount.mounted, Thanks tatokis (https://github.com/bit-team/backintime/pull/1157)
3-
* Merge PR: qt/plugins/notifyplugin: Fix setting self.user, not local variable, Thanks Zocker1999NET (https://github.com/bit-team/backintime/pull/1155)
4-
* Merge PR: Use Link Color instead of lightGray as not to break theming, Thanks newhinton (https://github.com/bit-team/backintime/pull/1153)
5-
* Merge PR: Match old and new rsync version format, Thanks TheTimeWalker (https://github.com/bit-team/backintime/pull/1139)
6-
* Merge PR: 'TempPasswordThread' object has no attribute 'isAlive', Thanks FMeinicke (https://github.com/bit-team/backintime/pull/1135)
7-
* Merge PR: Keep permissions of an existing mountpoint from being overridden, Thanks bentolor (https://github.com/bit-team/backintime/pull/1058)
8-
* Fix bug: YEAR missing in config (https://github.com/bit-team/backintime/issues/1023)
9-
* Fix bug: SSH module didn't send identification string while checking if remote host is avilable (https://github.com/bit-team/backintime/issues/1030)
10-
-- Germar Reitze <[email protected]> Sun, 04 Jul 2021 18:14:44 +0200
1+
backintime (1.3.1) unstable; urgency=low
2+
* bump version, forgot to push branch to Github before releasing
3+
-- Germar Reitze <[email protected]> Mon, 05 Jul 2021 16:43:22 +0200

qt/docbook/en/index.docbook

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<!ENTITY legal SYSTEM "legal.xml">
44
<!ENTITY appname "Back In Time">
55
<!ENTITY app "<application>&appname;</application>">
6-
<!ENTITY appversion "1.3.0">
7-
<!ENTITY manrevision "1.3.0">
6+
<!ENTITY appversion "1.3.1">
7+
<!ENTITY manrevision "1.3.1">
88
<!ENTITY date "Juliy 2010">
99
]>
1010
<!--

qt/man/C/backintime-qt.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backintime-qt 1 "Aug 2016" "version 1.3.0" "USER COMMANDS"
1+
.TH backintime-qt 1 "Aug 2016" "version 1.3.1" "USER COMMANDS"
22
.SH NAME
33
backintime-qt \- a simple backup tool.
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)