Add introductory screencast link to documentation.
This commit is contained in:
parent
2d3f5fa05d
commit
0112407250
3 changed files with 6 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -1,3 +1,6 @@
|
||||||
|
1.1.16.dev0
|
||||||
|
* Add introductory screencast link to documentation.
|
||||||
|
|
||||||
1.1.15
|
1.1.15
|
||||||
* Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.
|
* Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.
|
||||||
* Fix for Borg create error when using borgmatic's --dry-run and --verbosity options together.
|
* Fix for Borg create error when using borgmatic's --dry-run and --verbosity options together.
|
||||||
|
|
|
@ -44,6 +44,8 @@ borgmatic is hosted at <https://torsion.org/borgmatic> with [source code
|
||||||
available](https://projects.torsion.org/witten/borgmatic). It's also mirrored
|
available](https://projects.torsion.org/witten/borgmatic). It's also mirrored
|
||||||
on [GitHub](https://github.com/witten/borgmatic) for convenience.
|
on [GitHub](https://github.com/witten/borgmatic) for convenience.
|
||||||
|
|
||||||
|
<a href="https://asciinema.org/a/164143" target="_blank"><img src="https://asciinema.org/a/164143.png" width="100%" /></a>
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
VERSION = '1.1.15'
|
VERSION = '1.1.16.dev0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue