Bump version for release.
This commit is contained in:
parent
097a09578a
commit
adda33dc4e
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
1.5.5.dev0
|
||||
1.5.5
|
||||
* #314: Fix regression in support for PostgreSQL's "directory" dump format. Unlike other dump
|
||||
formats, the "directory" dump format does not stream directly to/from Borg.
|
||||
* #315: Fix enabled database hooks to implicitly set one_file_system configuration option to true.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.5.5.dev0'
|
||||
VERSION = '1.5.5'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue