浏览代码

Bump version for release.

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

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.5.23.dev0
+1.5.23
  * #394: Compact repository segments and free space with new "borgmatic compact" action. Borg 1.2+
  * #394: Compact repository segments and free space with new "borgmatic compact" action. Borg 1.2+
    only. Also run "compact" by default when no actions are specified, as "prune" in Borg 1.2 no
    only. Also run "compact" by default when no actions are specified, as "prune" in Borg 1.2 no
    longer frees up space unless "compact" is run.
    longer frees up space unless "compact" is run.

+ 1 - 1
setup.py

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