Browse Source

Releasing.

Dan 7 năm trước cách đây
mục cha
commit
4c09cbf1a4
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.1.10.dev0
+1.1.10
  * Pass several Unix signals through to child processes like Borg. This means that Borg now properly
    shuts down if borgmatic is terminated (e.g. due to a system suspend).
  * #29: Support for using tilde in repository paths to reference home directory.

+ 1 - 1
setup.py

@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 
-VERSION = '1.1.10.dev0'
+VERSION = '1.1.10'
 
 
 setup(