From 6cb901d0833354f511cc3fb8a6f6376d247e1bac Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 14 May 2019 13:07:49 -0700 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 84042a70..ec02ae14 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.3.4.dev0 +1.3.4 * Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal. # #166: Run tests for all installed versions of Python. * #168: Update README with continuous integration badge. diff --git a/setup.py b/setup.py index d2ca1f9d..ac359ba0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.3.4.dev0' +VERSION = '1.3.4' setup(