Skip to content

Commit

Permalink
Revert "Bump version: 0.6.2 → 0.6.3"
Browse files Browse the repository at this point in the history
This reverts commit 7aed90c.
  • Loading branch information
huard committed Jun 5, 2019
1 parent 7aed90c commit fece341
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion birdy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.3'
__version__ = '0.6.2'

from .client import WPSClient

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.3
current_version = 0.6.2
commit = True
tag = True

Expand Down

0 comments on commit fece341

Please sign in to comment.