From 31db6faa19aa6440f0c90f995814740033cc11f4 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 26 Sep 2018 21:32:28 -0700 Subject: [PATCH] Set to release version. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b129b7db6..c78cae268 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.2.3.dev0 +1.2.3 * #64, #90, #92: Rewrite of logging system. Now verbosity flags passed to Borg are derived from borgmatic's log level. Note that the output of borgmatic might slightly change. * Part of #80: Support for Borg create --read-special via "read_special" option in borgmatic's diff --git a/setup.py b/setup.py index bc2891e07..5a9b451b8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.2.3.dev0' +VERSION = '1.2.3' setup(