Skip to content

Commit

Permalink
Bump version: 0.7.7 → 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
genomics-geek committed Apr 10, 2019
1 parent dd18c4e commit 7bdb691
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,11 @@ History

* Updated 3rd party libs
* Updated tests to use py.test fixtures correctly

0.7.8 (2019-04-10)
++++++++++++++++++

`Full Changelog https://github.com/chopdgd/django-genome/compare/v0.7.7...v0.7.8>`_

* Updated 3rd party libs
* Updated travis to use xenial distribution. Django 2.1 dropped support for SQLite < 3.8.3
2 changes: 1 addition & 1 deletion genome/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.7'
__version__ = '0.7.8'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
djangorestframework==3.9.2

django-filter==2.1.0
django-genomix==0.6.5
django-genomix==0.6.6
django-model-utils==3.1.2
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.7.7
current_version = 0.7.8
commit = True
tag = True

Expand Down

0 comments on commit 7bdb691

Please sign in to comment.