Skip to content

Commit

Permalink
Release v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Jan 30, 2019
1 parent b09f288 commit 19ed4db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install:
- conda install --yes -c astropy photutils=$PHOTUTILS
- pip install sep lmfit
- pip install pytest-benchmark pytest-cov
- pip install -e git+git://github.com/guaix-ucm/numina.git#egg=numina
- pip install numina
- if [[ $COVERAGE == true ]]; then pip install coveralls; fi
- if [[ $COVERAGE == true ]]; then pip install codeclimate-test-reporter; fi
# Build in place so we can run tests
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# General information about the project.
project = u'PyEmir'
copyright = u'2010-2018, Universidad Complutense de Madrid'
copyright = u'2010-2019, Universidad Complutense de Madrid'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -58,7 +58,7 @@
# The short X.Y version.
version = '0.12'
# The full version, including alpha/beta/rc tags.
release = '0.12.dev0'
release = '0.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions emirdrp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2008-2018 Universidad Complutense de Madrid
# Copyright 2008-2019 Universidad Complutense de Madrid
#
# This file is part of PyEmir
#
Expand All @@ -21,7 +21,7 @@

import logging

__version__ = '0.12.dev0'
__version__ = '0.12'


# Top level NullHandler
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
test_suite="emirdrp.tests",
install_requires=[
'setuptools>=36.2.1', 'numpy', 'scipy',
'numina>=0.18', 'astropy>=2',
'numina>=0.19', 'astropy>=2',
'enum34;python_version<"3.4"',
'matplotlib', 'six', 'photutils>=0.2',
'sep>0.5', 'scikit-image>=0.11', 'scikit-learn>=0.19', 'lmfit'
Expand Down

0 comments on commit 19ed4db

Please sign in to comment.