Skip to content
Snippets Groups Projects
Commit 0ceacacf authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Revised CI configuration.

updated __version__ and _versionalias__
parent 95fb0774
Branches
Tags v0.3.2
No related merge requests found
Pipeline #
......@@ -10,7 +10,8 @@ variables:
stages:
- test
- deploy
- deploy_pages
- deploy_pypi
- cleanup
......@@ -29,7 +30,7 @@ test_arosics:
pages:
stage: deploy
stage: deploy_pages
dependencies:
- test_arosics
script:
......@@ -45,8 +46,9 @@ pages:
only:
- master
deploy_pypi:
stage: deploy
stage: deploy_pypi
dependencies:
- test_arosics
script: # Configure the PyPI credentials, then push the package, and cleanup the creds.
......
......@@ -12,9 +12,6 @@ An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sen
Status
------
.. .. image:: https://img.shields.io/pypi/v/arosics.svg
:target: https://pypi.python.org/pypi/arosics
.. .. image:: https://img.shields.io/travis/danschef/arosics.svg
:target: https://travis-ci.org/danschef/arosics
......@@ -29,6 +26,8 @@ Status
.. image:: https://gitext.gfz-potsdam.de/danschef/arosics/badges/master/build.svg
.. image:: https://gitext.gfz-potsdam.de/danschef/arosics/badges/master/coverage.svg
.. image:: https://img.shields.io/pypi/v/arosics.svg
:target: https://pypi.python.org/pypi/arosics
See also the latest coverage_ report.
......
......@@ -4,8 +4,8 @@
__author__ = """Daniel Scheffler"""
__email__ = 'daniel.scheffler@gfz-potsdam.de'
__version__ = '0.3.1'
__versionalias__ = '2017-07-04_02'
__version__ = '0.3.2'
__versionalias__ = '2017-07-04_03'
from .CoReg import COREG
......
......@@ -24,7 +24,7 @@ test_requirements = ['coverage']
setup(
name='arosics',
version='0.3.1',
version='0.3.2',
description="An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data",
long_description=readme + '\n\n' + history,
author="Daniel Scheffler",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment