diff --git a/README.md b/README.md index 5ce7afc7..92a104b5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ [![pypi](https://img.shields.io/pypi/v/goodman_pipeline.svg?style=flat)](https://pypi.org/project/goodman-pipeline/) [![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/) +![Goodman Pipeline](https://github.com/soar-telescope/goodman_pipeline/workflows/Goodman%20Pipeline/badge.svg?branch=master) +![Goodman Pipeline with Conda](https://github.com/soar-telescope/goodman_pipeline/workflows/Goodman%20Pipeline%20with%20Conda/badge.svg) +![Upload to PYPI](https://github.com/soar-telescope/goodman_pipeline/workflows/Upload%20to%20PYPI/badge.svg) + ## Overview The Goodman High Throughput Spectrograph (Goodman HTS) Data-Reduction Pipeline is the SOAR Telescope's official data reduction pipeline for *Goodman HTS*. diff --git a/docs/change_history.rst b/docs/change_history.rst index 5565f416..7d0be9f7 100644 --- a/docs/change_history.rst +++ b/docs/change_history.rst @@ -1,6 +1,16 @@ Change History ############## +.. _v1.3.2: + +V1.3.2 09-10-2020 +^^^^^^^^^^^^^^^^^ + +- Fixed Github Actions setup +- Removed pandas version constraint and implemented workaround to be able to + use latest pandas version. +- Modified installation of dcr on travis and Github Actions + .. _v1.3.1: V1.3.1 23-09-2020 diff --git a/setup.cfg b/setup.cfg index 46320661..eea6a878 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,4 +32,4 @@ install_requires = ccdproc astroplan # version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) -version = 1.3.2.dev1 +version = 1.3.2