From 28c890a52de16daa9d840a5878d8b0d9c6e27a31 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 14 Jan 2018 16:37:02 -0800 Subject: [PATCH] Bumping version for release. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4741e71cf..98bc0dbf7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.1.13.dev0 +1.1.13 * #54: Fix for incorrect consistency check flags passed to Borg when all three checks ("repository", "archives", and "extract") are specified in borgmatic configuration. * #48: Add "local_path" to configuration for specifying an alternative Borg executable path. diff --git a/setup.py b/setup.py index 57f4aae32..b7ed10333 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.13.dev0' +VERSION = '1.1.13' setup(