Skip to content

Commit

Permalink
Set version to 2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Nenciarini <marco.nenciarini@2ndquadrant.it>
  • Loading branch information
mnencia committed May 23, 2018
1 parent 4eaa3eb commit 6ce8de9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion barman/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
This module contains the current Barman version.
'''

__version__ = '2.4a1'
__version__ = '2.4'
2 changes: 1 addition & 1 deletion doc/barman.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.2
.\"
.TH "BARMAN" "1" "Month DD, 2017" "Barman User manuals" "Version 2.4a1"
.TH "BARMAN" "1" "May 25, 2018" "Barman User manuals" "Version 2.4"
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions doc/barman.1.d/00-header.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
% BARMAN(1) Barman User manuals | Version 2.4a1
% BARMAN(1) Barman User manuals | Version 2.4
% 2ndQuadrant Limited <https://www.2ndQuadrant.com>
% Month DD, 2017
% May 25, 2018
2 changes: 1 addition & 1 deletion doc/barman.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.2
.\"
.TH "BARMAN" "5" "Month DD, 2017" "Barman User manuals" "Version 2.4a1"
.TH "BARMAN" "5" "May 25, 2018" "Barman User manuals" "Version 2.4"
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions doc/barman.5.d/00-header.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
% BARMAN(5) Barman User manuals | Version 2.4a1
% BARMAN(5) Barman User manuals | Version 2.4
% 2ndQuadrant Limited <https://www.2ndQuadrant.com>
% Month DD, 2017
% May 25, 2018
2 changes: 1 addition & 1 deletion doc/manual/00-head.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% Barman Manual
% 2ndQuadrant Limited
% Month DD, 2017 (v2.4a1)
% May 25, 2018 (v2.4)

**Barman** (Backup and Recovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments to reduce risk and help DBAs during the recovery phase.

Expand Down
5 changes: 4 additions & 1 deletion rpm/barman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

%global main_version 2.4
# comment out the next line if not a pre-release (use '#%%global ...')
%global extra_version a1
#%%global extra_version a1
# Usually 1 - unique sequence for all pre-release version
%global package_release 1

Expand Down Expand Up @@ -114,6 +114,9 @@ useradd -M -n -g barman -r -d /var/lib/barman -s /bin/bash \
-c "Backup and Recovery Manager for PostgreSQL" barman >/dev/null 2>&1 || :

%changelog
* Fri May 25 2018 - Marco Nenciarini <marco.nenciarini@2ndquadrant.it> 2.4-1
- New release 2.4-1

* Tue Sep 5 2017 - Marco Nenciarini <marco.nenciarini@2ndquadrant.it> 2.3-1
- New release 2.3-1

Expand Down

0 comments on commit 6ce8de9

Please sign in to comment.