From 8731c3eb0d7c43e22732be2b39f423d4fc7e4ee9 Mon Sep 17 00:00:00 2001 From: Lauren Coombe Date: Mon, 25 Mar 2024 14:26:38 -0700 Subject: [PATCH] Prepare for release v1.2.7 (#168) --- ChangeLog | 6 ++++++ bin/arcs-make | 2 +- configure.ac | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22a1bfa..c0733d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-03-25 Lauren Coombe + + * Release version 1.2.7 + * Update `arcs` version message + * Update e-mails, copyright years + 2023-12-06 Lauren Coombe * Release version 1.2.6 diff --git a/bin/arcs-make b/bin/arcs-make index 1e89403..20f0d2b 100755 --- a/bin/arcs-make +++ b/bin/arcs-make @@ -201,7 +201,7 @@ clean: @echo "Clean Done" version: - @echo "arcs-make v1.2.6" + @echo "arcs-make v1.2.7" #Preprocessing diff --git a/configure.ac b/configure.ac index f1d75a8..19a24a9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(arcs, 1.2.6, lcoombe@bcgsc.ca) +AC_INIT(arcs, 1.2.7, lcoombe@bcgsc.ca) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([Arcs/Arcs.cpp]) AC_CONFIG_HEADER([config.h]) diff --git a/setup.py b/setup.py index 457a7c6..b094322 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="arcs", - version="1.2.6", + version="1.2.7", description="Scaffolding genome sequence assemblies using linked or long read sequencing data", long_description=long_description, long_description_content_type="text/markdown",