2
0
Эх сурвалжийг харах

Update NEWS with remove Python cache files before each Tox run.

Dan Helfman 6 жил өмнө
parent
commit
4ba56684d1
2 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 3 0
      NEWS
  2. 1 1
      setup.py

+ 3 - 0
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.

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 
-VERSION = '1.3.5'
+VERSION = '1.3.6.dev0'
 
 
 setup(