Browse code

Version bump.

Markus Riester authored on 20/11/2023 21:23:17
Showing 2 changed files

  • DESCRIPTION index 26de339..7fae630 100644
  • NEWS index 62d540a..8017ed2 100755
... ...
@@ -2,8 +2,8 @@ Package: PureCN
2 2
 Type: Package
3 3
 Title: Copy number calling and SNV classification using
4 4
     targeted short read sequencing
5
-Version: 2.8.0
6
-Date: 2023-09-23
5
+Version: 2.8.1
6
+Date: 2023-10-20
7 7
 Authors@R: c(person("Markus", "Riester",
8 8
                     role = c("aut", "cre"),
9 9
                     email = "[email protected]",
... ...
@@ -1,3 +1,12 @@
1
+Changes in version 2.8.1
2
+------------------------
3
+
4
+BUGFIXES
5
+
6
+    o Bugfix #296 was not merged into the developer branch and did not make 
7
+      it into 2.8.0.
8
+
9
+
1 10
 Changes in version 2.8.0
2 11
 ------------------------
3 12