Bump version for release.
This commit is contained in:
parent
3b99f7c75a
commit
fdb353d358
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.8.5.dev0
|
1.8.5
|
||||||
* #701: Add a "skip_actions" option to skip running particular actions, handy for append-only or
|
* #701: Add a "skip_actions" option to skip running particular actions, handy for append-only or
|
||||||
checkless configurations. See the documentation for more information:
|
checkless configurations. See the documentation for more information:
|
||||||
https://torsion.org/borgmatic/docs/how-to/set-up-backups/#skipping-actions
|
https://torsion.org/borgmatic/docs/how-to/set-up-backups/#skipping-actions
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.8.5.dev0'
|
VERSION = '1.8.5'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue