Skip to content

Commit

Permalink
Adjusting version to 3.0.0.rc.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi committed Nov 20, 2018
1 parent b3687ff commit 492086a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ngeo_browse_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
#-------------------------------------------------------------------------------


VERSION = (3, 0, 0, 'dev', 0)
#VERSION = (3, 0, 0, 'dev', 0)
#VERSION = (3, 0, 0, 'alpha', 1)
#VERSION = (3, 0, 0, 'beta', 1)
#VERSION = (3, 0, 0, 'rc', 1)
VERSION = (3, 0, 0, 'rc', 1)
#VERSION = (3, 0, 0, 'final', 0)


Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def fullsplit(path, result=None):
maintainer="EOX IT Services GmbH",
maintainer_email="[email protected]",

description="ngEO Browse Server providing access to browse images via WMS",
description="Browse Server (ESA-CAT-BROW) providing access to browse images via WMS",
long_description=read("README.rst"),

classifiers=[
Expand Down Expand Up @@ -112,6 +112,6 @@ def fullsplit(path, result=None):
],

license="MIT License",
keywords="ngEO, Browse, OGC, WMS",
url="http://ngeo.eox.at/"
keywords="ESA-CAT-BROW, Browse, OGC, WMS",
url="https://eox.at/"
)

0 comments on commit 492086a

Please sign in to comment.