Skip to content

Commit

Permalink
Bump version: 0.8.2 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genomics-geek committed Aug 2, 2019
1 parent a460d02 commit cbe7e31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,10 @@ History
`0.8.2 Changelog <https://github.com/chopdgd/django-genome/compare/v0.8.1...v0.8.2>`_

* Updated 3rd party libs

0.9.0 (2019-08-02)
++++++++++++++++++

`0.9.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.8.2...v0.9.0>`_

* Updated Gene data model and sync to include date approved/modified.
2 changes: 1 addition & 1 deletion genome/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.2'
__version__ = '0.9.0'
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.2
current_version = 0.9.0
commit = True
tag = True

Expand Down

0 comments on commit cbe7e31

Please sign in to comment.