Skip to content

Commit

Permalink
Final 0.7 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samirelanduk committed Feb 7, 2019
1 parent d2dc766 commit d304681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- pip install -r requirements-test.txt

script:
- djangovar=headless coverage run --source=core,scripts `which django-admin.py` test ftests.test_scripts core --pythonpath=. --settings=core.settings
- djangovar=headless coverage run --source=core,scripts `which django-admin.py` test ftests.test_scripts --pythonpath=. --settings=core.settings

after_success:
- coveralls
2 changes: 1 addition & 1 deletion core/templates/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>Changelog</h1>
<div class="box release">
<h2><a href="https://github.com/samirelanduk/ZincBind/tree/v0.7"
target="_blank">0.7.0</a></h2>
<div class="release-date">XX January, 2019</div>
<div class="release-date">7 February, 2019</div>
<ul>
<li>Added parsing of large .cif structures.</li>
<li>Added visualisation of coordinate bonds.</li>
Expand Down

0 comments on commit d304681

Please sign in to comment.