Browse code

new release

Guangchuang Yu authored on 28/10/2020 00:32:17
Showing 2 changed files

  • Makefile index ad73dae..895a07c 100644
  • NEWS.md index a62bc75..e3d37ef 100644
... ...
@@ -64,10 +64,10 @@ giteeinit:
64 64
 	git fetch --all
65 65
 
66 66
 rmoldrelease:
67
-	git branch -D RELEASE_3_10
67
+	git branch -D RELEASE_3_11
68 68
 
69 69
 release:
70
-	git checkout RELEASE_3_11;\
70
+	git checkout RELEASE_3_12;\
71 71
 	git fetch --all
72 72
 
73 73
 update:
... ...
@@ -1,3 +1,7 @@
1
+# ggtree 2.4.0
2
+
3
++ Bioconductor 3.12 release (2020-10-28, Wed)
4
+
1 5
 # ggtree 2.3.7
2 6
 
3 7
 + add `label_pad()` function to add padding characters to taxa labels (2020-10-09, Fri)