Skip to content

Commit 189f0c9

Browse files
authored
v1.2.2 release (#113)
* v1.2.2 release * Prepare for v1.2.2 release of ARCS * Update ChangeLog
1 parent 455c006 commit 189f0c9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2021-05-28 Lauren Coombe <lcoombe@bcgsc.ca>
2+
3+
* Release version 1.2.2
4+
* long-to-linked-pe script ported to C++
5+
* pseudo-linked reads are streamed directly from long-to-linked-pe to
6+
`arcs --arks` in ARKS-long mode
7+
* Bugfixes
8+
19
2021-01-29 Theodora Lo <tlo@bcgsc.ca>
210

311
* Release version 1.2.1

Examples/arcs-make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ clean:
164164
@echo "Clean Done"
165165

166166
version:
167-
@echo "arcs-make v1.2.1"
167+
@echo "arcs-make v1.2.2"
168168

169169
#Preprocessing
170170

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.59)
5-
AC_INIT(arcs, 1.2.1, rwarren@bcgsc.ca)
5+
AC_INIT(arcs, 1.2.2, rwarren@bcgsc.ca)
66
AM_INIT_AUTOMAKE([foreign subdir-objects])
77
AC_CONFIG_SRCDIR([Arcs/Arcs.cpp])
88
AC_CONFIG_HEADER([config.h])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="arcs",
8-
version="1.2.0",
8+
version="1.2.2",
99
description="Scaffolding genome sequence assemblies using linked or long read sequencing data",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)