Skip to content

Commit

Permalink
Bump version to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heathsc committed Mar 21, 2020
1 parent 0cdae33 commit 3bed486
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Documentation can be found at
----------
Changelog:
----------
3.5.1 Check if C compiler requires --std=c99 flag for standards conformant behaviour
3.5.1 Make sure bgzip is copied correctly during installation
3.5.0 Make bs_call process contig pools from largest to smallest (this change alters the sqlite db format so
if you have a previously started gemBS run you should (a) remove the .gemBS directory, (b) redo the
'gemBS prepare' step to recreate the db file and (3) run 'gemBS db-sync'.
Expand Down
2 changes: 1 addition & 1 deletion gemBS/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION_MAJOR = "3"
__VERSION_MINOR = "5"
__VERSION_SUBMINOR = "0"
__VERSION_SUBMINOR = "1"
__VERSION__ = "%s.%s.%s" % (__VERSION_MAJOR, __VERSION_MINOR,__VERSION_SUBMINOR)
2 changes: 1 addition & 1 deletion tools/bs_call
Submodule bs_call updated 4 files
+1,061 −1,523 configure
+0 −1 configure.ac
+1 −1 gt/Makefile.mk.in
+2 −2 src/Makefile.mk.in

0 comments on commit 3bed486

Please sign in to comment.