From 03d50d74cae759be16cd610188323818eb03c73f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 25 Jul 2017 21:21:47 -0700 Subject: [PATCH] Releasing. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3bc88855e..f73b4b8f0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.1.3.dev0 +1.1.3 * #14: Support for running multiple config files in /etc/borgmatic.d/ from a single borgmatic run. * Fix for generate-borgmatic-config writing config with invalid one_file_system value. diff --git a/setup.py b/setup.py index 143736bcc..7831a3ec8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.3.dev0' +VERSION = '1.1.3' setup(