Loading CHANGELOG.md +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [1.0.6] ### Fixed - Minor fix to ensure normailzation of REI ## [1.0.5] Loading conda.recipe/meta.yaml +1 −1 Original line number Diff line number Diff line package: name: resonate version: "1.0.5" version: "1.0.6" source: git_rev: master Loading docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -76,9 +76,9 @@ copyright = u'2017 Ocean Tracking Network. All Rights Reserved.' # built documents. # # The short X.Y version. version = 'v1.0.5' version = 'v1.0.6' # The full version, including alpha/beta/rc tags. release = 'v1.0.5' release = 'v1.0.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Loading resonate/__init__.py +1 −1 Original line number Diff line number Diff line __author__ = "Alex Nunes" __credits__ = ["Alex Nunes", "Jon Pye", "Brian Jones", "Marta Mihoff"] __license__ = "GPL" __version__ = "1.0.5" __version__ = "1.0.6" __maintainer__ = "Alex Nunes" __email__ = "anunes@dal.ca" __status__ = "Production" setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ with open('LICENSE') as f: setup( name='resonATe', version='1.0.5', version='1.0.6', description='resonate data analysis package', long_description=readme, author='Alex Nunes', Loading Loading
CHANGELOG.md +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [1.0.6] ### Fixed - Minor fix to ensure normailzation of REI ## [1.0.5] Loading
conda.recipe/meta.yaml +1 −1 Original line number Diff line number Diff line package: name: resonate version: "1.0.5" version: "1.0.6" source: git_rev: master Loading
docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -76,9 +76,9 @@ copyright = u'2017 Ocean Tracking Network. All Rights Reserved.' # built documents. # # The short X.Y version. version = 'v1.0.5' version = 'v1.0.6' # The full version, including alpha/beta/rc tags. release = 'v1.0.5' release = 'v1.0.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Loading
resonate/__init__.py +1 −1 Original line number Diff line number Diff line __author__ = "Alex Nunes" __credits__ = ["Alex Nunes", "Jon Pye", "Brian Jones", "Marta Mihoff"] __license__ = "GPL" __version__ = "1.0.5" __version__ = "1.0.6" __maintainer__ = "Alex Nunes" __email__ = "anunes@dal.ca" __status__ = "Production"
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ with open('LICENSE') as f: setup( name='resonATe', version='1.0.5', version='1.0.6', description='resonate data analysis package', long_description=readme, author='Alex Nunes', Loading