Bump version to v1.4.3
This commit is contained in:
parent
9a36453bb1
commit
13af8206e3
2 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,10 @@ vX.X.X (unreleased)
|
|||
===================
|
||||
* Placeholder for next release
|
||||
|
||||
v1.4.3 (2017-10-30)
|
||||
===================
|
||||
* Add support for Telegram notifications (by GerardRibas)
|
||||
|
||||
v1.4.2 (2017-10-30)
|
||||
===================
|
||||
* Remove VERSION file and hardcode it directly in the script.
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ CONFIG="duplicity-backup.conf"
|
|||
# Script Happens Below This Line - Shouldn't Require Editing #
|
||||
##############################################################
|
||||
|
||||
DBSH_VERSION="v1.4.2"
|
||||
DBSH_VERSION="v1.4.3"
|
||||
|
||||
# make a backup of stdout and stderr for later
|
||||
exec 6>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue