From e61f478a3f55f2c049cb97ca2361af7ae1b034f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Wed, 3 Apr 2019 15:44:23 +0200 Subject: [PATCH] Adjusting version. --- README.rst | 23 +++++++++-------------- ngeo_browse_server/__init__.py | 2 +- setup.py | 6 +++--- 3 files changed, 13 insertions(+), 18 deletions(-) diff --git a/README.rst b/README.rst index 0905ecda..6fd4d53c 100644 --- a/README.rst +++ b/README.rst @@ -1,18 +1,13 @@ -ngEO Browse Server -================== +Browse Server +============= -.. image:: https://jenkins.eox.at/buildStatus/icon?job=ngEO_BrowseServer_branch-2-0 - :target: https://jenkins.eox.at/job/ngEO_BrowseServer_branch-2-0/ - -ngEO Browse Server is a server providing access to browse images via `OGC's -`_ `WMTS -`_ and `WMS +Browse Server is a server providing access to browse images via `OGC's +`_ `WMTS +`_ and `WMS `_ interfaces. -ngEO Browse Server is released under the MIT license and written in `Python -`_ and entirely based on Open Source software -including `EOxServer `_, `MapServer -`_, `Django/GeoDjango +Browse Server is released under the MIT license and written in `Python +`_ and entirely based on Open Source software +including `EOxServer `_, `MapServer +`_, `Django/GeoDjango `_, `GDAL `_, etc. - -More information is available at `http://ngeo.eox.at `_. diff --git a/ngeo_browse_server/__init__.py b/ngeo_browse_server/__init__.py index 08144866..8acc3c8e 100644 --- a/ngeo_browse_server/__init__.py +++ b/ngeo_browse_server/__init__.py @@ -28,7 +28,7 @@ #------------------------------------------------------------------------------- -VERSION = (2, 0, 33, 'dev', 0) +VERSION = (2, 0, 33, 'final', 0) def get_version(): diff --git a/setup.py b/setup.py index b23ba53b..6ca0c175 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,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 providing access to browse images via WMS", long_description=read("README.rst"), classifiers=[ @@ -111,6 +111,6 @@ def fullsplit(path, result=None): ], license="MIT License", - keywords="ngEO, Browse, OGC, WMS", - url="http://ngeo.eox.at/" + keywords="Browse, OGC, WMS, EO-CAT", + url="https://github.com/EOX-A/ngeo-b" )