Skip to content

Commit

Permalink
Release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Dec 11, 2018
1 parent 4257b00 commit 646c086
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -36,13 +36,13 @@ install:
- conda update --yes conda
- >
conda create -n testenv --yes python=$TRAVIS_PYTHON_VERSION
$DEPS scikit-image pip pytest setuptools Cython six>=1.7
$DEPS scikit-image pip pytest setuptools six>=1.7
pyyaml
- source activate testenv
- pip install pytest-benchmark pytest-cov
- if [[ $COVERAGE == true ]]; then pip install coveralls; fi
- if [[ $COVERAGE == true ]]; then pip install codeclimate-test-reporter; fi
- pip install -e git+git://github.com/guaix-ucm/numina.git#egg=numina
- pip install numina
# Build in place so we can run tests
- python setup.py build_ext --inplace

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -28,7 +28,7 @@
project = u'MEGARA Data Reduction Pipeline'
copyright = u'2013-2018, Universidad Complutense de Madrid'
version = '0.8'
release = '0.8.dev0'
release = '0.8'
show_authors = True

numpydoc_show_class_members = False
Expand Down
2 changes: 1 addition & 1 deletion megaradrp/__init__.py
Expand Up @@ -12,7 +12,7 @@
import logging


__version__ = '0.8.dev0'
__version__ = '0.8'


# Top level NullHandler
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='megaradrp',
version='0.8.dev0',
version='0.8',
author='Sergio Pascual',
author_email='sergiopr@fis.ucm.es',
url='https://github.com/guaix-ucm/megaradrp',
Expand Down

0 comments on commit 646c086

Please sign in to comment.