Bump version for release.

This commit is contained in:
Dan Helfman 2024-08-29 17:41:02 -07:00
parent 288a4bf243
commit 1197d6d0f6
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
1.8.14.dev0
1.8.14
* #896: Fix an error in borgmatic rcreate/init on an empty repository directory with Borg 1.4.
* #898: Add glob ("*") support to the "--repository" flag. Just quote any values containing
globs so your shell doesn't interpret them.

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.8.14.dev0'
VERSION = '1.8.14'
setup(