Skip to content

Commit

Permalink
Update version number to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Nov 6, 2021
1 parent c197e4d commit 77e9da6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENVISAT Product Reader Python API
:Author: Antonio Valentino
:Contact: [email protected]
:Copyright: 2011-2021, Antonio Valentino <[email protected]>
:Version: 1.1.1
:Version: 1.1.2

.. image:: https://github.com/avalentino/pyepr/actions/workflows/python-package.yml/badge.svg?branch=master
:alt: CI status page
Expand Down
2 changes: 1 addition & 1 deletion doc/NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change history
==============

PyEPR 1.1.2 (UNRELEASED)
PyEPR 1.1.2 (06/11/2021)
------------------------

* Enable CI testing with Python 3.10.
Expand Down
3 changes: 2 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ ENVISAT Product Reader Python API
Online documentation for other PyEpr_ versions:

* `latest <https://pyepr.readthedocs.io/en/latest/>`_ development
* `1.1.1 <https://pyepr.readthedocs.io/en/v1.1.1/>`_ (latest stable)
* `1.1.2 <https://pyepr.readthedocs.io/en/v1.1.2/>`_ (latest stable)
* `1.1.1 <https://pyepr.readthedocs.io/en/v1.1.1/>`_
* `1.1.0 <https://pyepr.readthedocs.io/en/v1.1.0/>`_
* `1.0.1 <https://pyepr.readthedocs.io/en/v1.0.1/>`_
* `1.0.0 <https://pyepr.readthedocs.io/en/v1.0.0/>`_
Expand Down
2 changes: 1 addition & 1 deletion src/epr.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in a product file.
.. _ESA: http://earth.esa.int
"""

__version__ = '1.1.2.dev0'
__version__ = '1.1.2'

from libc cimport errno
from libc cimport stdio
Expand Down

0 comments on commit 77e9da6

Please sign in to comment.