Skip to content

Commit

Permalink
Merge pull request #72 from mulkieran/master-new-version
Browse files Browse the repository at this point in the history
New version: 0.15
  • Loading branch information
mulkieran authored Dec 16, 2020
2 parents 38ac1b0 + 800fc76 commit 5b42cc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
justbases 0.15 (UNRELEASED)
===========================
justbases 0.15
==============


- Split tests into two kinds, deterministic and Hypothesis-based:
https://github.com/mulkieran/justbases/pull/69

- Tidies and Maintenance:
https://github.com/mulkieran/justbases/pull/71
https://github.com/mulkieran/justbases/pull/70
https://github.com/mulkieran/justbases/pull/67
https://github.com/mulkieran/justbases/pull/66
https://github.com/mulkieran/justbases/pull/65
2 changes: 1 addition & 1 deletion src/justbases/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
.. moduleauthor:: mulhern <[email protected]>
"""

__version__ = "0.14"
__version__ = "0.15"
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit 5b42cc0

Please sign in to comment.