Skip to content

Commit

Permalink
Merge tag '1.3.2' into develop
Browse files Browse the repository at this point in the history
 -Address missing import of functions
  • Loading branch information
Kelley, Ryan committed Dec 19, 2017
2 parents 86a62e8 + 8117799 commit 881bbac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.3.2
-Address missing import of functions

1.3.1
-Support for version 3 GTC files during locus aggregation

Expand Down
2 changes: 1 addition & 1 deletion module/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# of the authors and should not be interpreted as representing official policies,
# either expressed or implied, of the FreeBSD Project.

__version__ = "1.3.1"
__version__ = "1.3.2"
from .GenotypeCalls import code2genotype, NC, AA, AB, BB, GenotypeCalls, NormalizationTransform, ScannerData
from .BeadPoolManifest import RefStrand, SourceStrand, BeadPoolManifest
from .LocusAggregate import LocusAggregate
Expand Down

0 comments on commit 881bbac

Please sign in to comment.