Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MedVisBonn/eyepy
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Feb 10, 2021
2 parents 09f8746 + c50c161 commit 710d6d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

<!--next-version-placeholder-->

## v0.1.6 (2021-02-10)
### Fix
* **.travis.yml:** Another fix ([`79e3332`](https://github.com/MedVisBonn/eyepy/commit/79e33325605f87205a1797cb232328ef8698c21d))
* **.travis.yml:** Fixed yaml problem ([`28eac5e`](https://github.com/MedVisBonn/eyepy/commit/28eac5e62684ce749cd45845465bc0fa6e443d2c))
* **ci-testing:** Test whether a fix triggers the travic ci build ([`718e9ee`](https://github.com/MedVisBonn/eyepy/commit/718e9ee612e3345c51e57036f9b51c15c5e1a9b4))

### Documentation
* **readme:** Added eyepy logo to readme.rst and removed readme.md ([`bc3e19d`](https://github.com/MedVisBonn/eyepy/commit/bc3e19d3120fa9a5329a6ad67ec9632a735d1d6e))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = """Olivier Morelle"""
__email__ = "oli4morelle@gmail.com"
__version__ = "0.1.5"
__version__ = "0.1.6"

try:
from semantic_release import setup_hook
Expand Down

0 comments on commit 710d6d8

Please sign in to comment.