From adda33dc4e48daf6262b0fe79ee6063b4cf858e7 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 26 May 2020 13:15:01 -0700 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a70f440c..5306bf31 100644 --- a/NEWS +++ b/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. diff --git a/setup.py b/setup.py index 595bbe33..b1e7ae41 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.5.dev0' +VERSION = '1.5.5' setup(