From 4ba56684d1f9e7ee2a582d9c1f77945f07fcc4ae Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 19 May 2019 10:07:28 -0700 Subject: [PATCH] Update NEWS with remove Python cache files before each Tox run. --- NEWS | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b5d87dce..b2ebd26c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.3.6.dev0 + * Remove Python cache files before each Tox run. + 1.3.5 * #153: Support for various Borg directory environment variables (BORG_CONFIG_DIR, BORG_CACHE_DIR, etc.) via options in borgmatic's storage configuration. diff --git a/setup.py b/setup.py index cdeb11ad..4361fc14 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.3.5' +VERSION = '1.3.6.dev0' setup(