Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zertrin committed Oct 4, 2017
1 parent 0c4f2b7 commit 98bcf9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ vX.X.X (unreleased)
===================
* Placeholder for next release

v1.4.1 (2017-10-04)
===================
* Show program versions in output.

v1.4.0 (2017-09-24)
===================
* Add version check of duplicity to handle deprecation of --include-globbing-filelist
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@ If you prefer the stable version do:

Or just download the ZIP file:

* For the stable branch: https://github.com/zertrin/duplicity-backup.sh/archive/stable.zip
* For the normal branch: https://github.com/zertrin/duplicity-backup.sh/archive/master.zip
| Version | Download link |
|---------------|-------------------------------------------------------------------|
| stable | https://github.com/zertrin/duplicity-backup.sh/archive/stable.zip |
| normal | https://github.com/zertrin/duplicity-backup.sh/archive/master.zip |
| bleeding-edge | https://github.com/zertrin/duplicity-backup.sh/archive/dev.zip |

### 2. Configure the script

Expand All @@ -94,7 +97,7 @@ The script looks for its configuration by reading the path to the config file sp
If no config file was given on the command line, the script will try to find the file specified in the `CONFIG` parameter at the beginning of the script (default: `duplicity-backup.conf` in the script's directory).

So be sure to either:
* specify the configuration file path on the command line with the -c option **[recommended]**
* specify the configuration file path on the command line with the `-c` option **[recommended]**
* or to edit the `CONFIG` parameter in the script to match the actual location of your config file. **[deprecated]** _(will be removed in future versions of the script)_

NOTE: to ease future updates of the script, you may prefer NOT to edit the script at all and to specify systematically the path to your config file on the command line with the `-c` or `--config` option.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.0
v1.4.1

0 comments on commit 98bcf9f

Please sign in to comment.