diff --git a/ngeo_browse_server/__init__.py b/ngeo_browse_server/__init__.py index 392d51cf..6e27cead 100644 --- a/ngeo_browse_server/__init__.py +++ b/ngeo_browse_server/__init__.py @@ -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) diff --git a/setup.py b/setup.py index fae90b06..1394b698 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def fullsplit(path, result=None): maintainer="EOX IT Services GmbH", maintainer_email="packages@eox.at", - 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=[ @@ -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/" )