Set to release version.

This commit is contained in:
Dan Helfman 2018-09-26 21:32:28 -07:00
parent 872d8b695a
commit 31db6faa19
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
1.2.3.dev0 1.2.3
* #64, #90, #92: Rewrite of logging system. Now verbosity flags passed to Borg are derived from * #64, #90, #92: Rewrite of logging system. Now verbosity flags passed to Borg are derived from
borgmatic's log level. Note that the output of borgmatic might slightly change. borgmatic's log level. Note that the output of borgmatic might slightly change.
* Part of #80: Support for Borg create --read-special via "read_special" option in borgmatic's * Part of #80: Support for Borg create --read-special via "read_special" option in borgmatic's

View File

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