diff --git a/HISTORY.rst b/HISTORY.rst index df47af59..87b5f486 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -107,3 +107,10 @@ History * #54 - Updated management methods to allow for updating when retrieving latest changes from RefSeq * #56 - Updated Gene model to have property ensembl_gene_id - which will check HGNC and Ensembl provided gene Ids + +0.7.2 (2018-08-13) +++++++++++++++++++ + +`Full Changelog https://github.com/chopdgd/django-genome/compare/v0.7.1...v0.7.2>`_ + +* Updated 3rd party requirements. Some requirements had changed so it was causing failures diff --git a/genome/__init__.py b/genome/__init__.py index f0788a87..fb9b668f 100644 --- a/genome/__init__.py +++ b/genome/__init__.py @@ -1 +1 @@ -__version__ = '0.7.1' +__version__ = '0.7.2' diff --git a/setup.cfg b/setup.cfg index f73f016c..a4fa1101 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 commit = True tag = True