浏览代码

Setting release version.

Dan Helfman 8 年之前
父节点
当前提交
7c0407ed22
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.1.0.dev0
+1.1.0
 
  * Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
  * Added generate-borgmatic-config command for initial config creation.

+ 1 - 1
setup.py

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