From fece341ded8fb755541c8aed80a2da6bf9621c17 Mon Sep 17 00:00:00 2001 From: David Huard Date: Wed, 5 Jun 2019 14:31:45 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20version:=200.6.2=20=E2=86=92?= =?UTF-8?q?=200.6.3"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7aed90cd33686ad0bee8dea335664e8c3a80c747. --- README.rst | 2 +- birdy/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d660f5e..888b1e0 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ It is using `OWSLib` from the `GeoPython` project. You can try Birdy online using Binder, just click on the binder link below. .. image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.3?filepath=notebooks + :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.2?filepath=notebooks :alt: Binder Launcher Birdy is part of the `Birdhouse`_ project. diff --git a/birdy/__init__.py b/birdy/__init__.py index 9166d7b..e05b65e 100644 --- a/birdy/__init__.py +++ b/birdy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.3' +__version__ = '0.6.2' from .client import WPSClient diff --git a/docs/source/conf.py b/docs/source/conf.py index c3c4f13..8c53197 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. version = '' # The full version, including alpha/beta/rc tags. -release = '0.6.3' +release = '0.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index a654c62..067492f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.3 +current_version = 0.6.2 commit = True tag = True