Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
genomics-geek committed Jun 14, 2019
1 parent 057d0b6 commit a790bcc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,11 @@ History
* Refactored sync to use UCSC MySQL database connection
* Updated sync to incorporate transcript refseq versions
* Updated package to use latest cookiecutter template

0.8.1 (2019-06-14)
++++++++++++++++++

`0.8.1 Changelog <https://github.com/chopdgd/django-genome/compare/v0.8.0...v0.8.1>`_

* Gene entries created from RefSeq where not setting the chromosome attribute
* Added better logging functionality
2 changes: 1 addition & 1 deletion genome/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.0'
__version__ = '0.8.1'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.8.1
commit = True
tag = True

Expand Down

0 comments on commit a790bcc

Please sign in to comment.