Update NEWS with remove Python cache files before each Tox run.
This commit is contained in:
parent
0b1e38e5f6
commit
4ba56684d1
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -1,3 +1,6 @@
|
||||||
|
1.3.6.dev0
|
||||||
|
* Remove Python cache files before each Tox run.
|
||||||
|
|
||||||
1.3.5
|
1.3.5
|
||||||
* #153: Support for various Borg directory environment variables (BORG_CONFIG_DIR, BORG_CACHE_DIR,
|
* #153: Support for various Borg directory environment variables (BORG_CONFIG_DIR, BORG_CACHE_DIR,
|
||||||
etc.) via options in borgmatic's storage configuration.
|
etc.) via options in borgmatic's storage configuration.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.3.5'
|
VERSION = '1.3.6.dev0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue