Skip to content

Commit bc946a0

Browse files
authored
Merge pull request #321 from kjvbrt/release
Bumping up version to 0.8.0
2 parents 74f5940 + 41d4e4e commit bc946a0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16.9)
22

33

4-
project(FCCAnalyses VERSION 0.7.0
4+
project(FCCAnalyses VERSION 0.8.0
55
LANGUAGES CXX
66
)
77

bin/fccanalysis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class MultiLineFormatter(logging.Formatter):
3030

3131

3232
def main():
33-
parser = argparse.ArgumentParser(description='FCCAnalyses v0.7.0')
33+
parser = argparse.ArgumentParser(description='FCCAnalyses v0.8.0')
3434
verbosity_argument_group = parser.add_mutually_exclusive_group()
3535
verbosity_argument_group.add_argument('-v', '--verbose',
3636
action='store_true',

man/man1/fccanalysis-run.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for fccanalysis
22
.\" Contact fcc-experiments-sw-dev@cern.ch to correct errors or typos.
3-
.TH FCCANALYSIS\-RUN 1 "24 May 2023" "0.7.0" "fccanalysis-run man page"
3+
.TH FCCANALYSIS\-RUN 1 "24 May 2023" "0.8.0" "fccanalysis-run man page"
44
.SH NAME
55
fccanalysis\-run \- run FCC analysis
66
.SH SYNOPSIS

man/man1/fccanalysis-test.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for fccanalysis-test
22
.\" Contact fcc-experiments-sw-dev@cern.ch to correct errors or typos.
3-
.TH FCCANALYSIS\-TEST 1 "17 June 2023" "0.7.0" "fccanalysis-test man page"
3+
.TH FCCANALYSIS\-TEST 1 "17 June 2023" "0.8.0" "fccanalysis-test man page"
44
.SH NAME
55
fccanalysis\-test \- test FCCAnalyses framework
66
.SH SYNOPSIS

man/man1/fccanalysis.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for fccanalysis
22
.\" Contact fcc-experiments-sw-dev@cern.ch to correct errors or typos.
3-
.TH FCCANALYSIS 1 "19 Oct 2023" "0.7.0" "fccanalysis man page"
3+
.TH FCCANALYSIS 1 "19 Oct 2023" "0.8.0" "fccanalysis man page"
44
.SH NAME
55
fccanalysis \- build and run your FCC analysis
66
.SH SYNOPSIS

man/man7/fccanalysis-file.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for fccanalysis-file
22
.\" Contact fcc-experiments-sw-dev@cern.ch to correct errors or typos.
3-
.TH FCCANALYSIS\-FILE 7 "24 May 2023" "0.7.0" "fccanalysis-file man page"
3+
.TH FCCANALYSIS\-FILE 7 "24 May 2023" "0.8.0" "fccanalysis-file man page"
44
.SH NAME
55
fccanalysis\-file \- analysis file specification
66
.SH SYNOPSIS

0 commit comments

Comments
 (0)