Skip to content

Commit

Permalink
Bump to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fservida committed Aug 26, 2023
1 parent 2b6dc7a commit b25b2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/build/settings/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"app_name": "gemino",
"author": "Francesco Servida",
"main_module": "src/main/python/main.py",
"version": "2.3.0",
"version": "2.5.0",
"gpg_key": "85BB2130E236279CA850581456C44D536A239212",
"gpg_name": "Francesco Servida - gemino"
}
2 changes: 1 addition & 1 deletion src/main/python/gemino/copy/logical/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def initialize_log_files(self, destinations, base_path, src):
report_file_path = path.join(dst, f'{base_path}_copy_report.txt')
with open(report_file_path, "w", encoding='utf-8') as report_file:
report_file.write(f"# Gemino Copy Report\n")
report_file.write(f"# Gemino v2.3.0a\n")
report_file.write(f"# Gemino v2.5.0\n")
report_file.write(f"#####################################################\n\n")

report_file.write(f"################## Case Metadata ####################\n")
Expand Down

0 comments on commit b25b2eb

Please sign in to comment.