Skip to content

Commit

Permalink
Adjusting version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi committed Apr 3, 2019
1 parent 9d74259 commit e61f478
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
23 changes: 9 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
<http://www.opengeospatial.org/>`_ `WMTS
<http://www.opengeospatial.org/standards/wmts>`_ and `WMS
Browse Server is a server providing access to browse images via `OGC's
<http://www.opengeospatial.org/>`_ `WMTS
<http://www.opengeospatial.org/standards/wmts>`_ and `WMS
<http://www.opengeospatial.org/standards/wms>`_ interfaces.

ngEO Browse Server is released under the MIT license and written in `Python
<http://www.python.org/>`_ and entirely based on Open Source software
including `EOxServer <http://eoxserver.org>`_, `MapServer
<http://mapserver.org>`_, `Django/GeoDjango
Browse Server is released under the MIT license and written in `Python
<http://www.python.org/>`_ and entirely based on Open Source software
including `EOxServer <http://eoxserver.org>`_, `MapServer
<http://mapserver.org>`_, `Django/GeoDjango
<https://www.djangoproject.com>`_, `GDAL <http://www.gdal.org>`_, etc.

More information is available at `http://ngeo.eox.at <http://ngeo.eox.at>`_.
2 changes: 1 addition & 1 deletion ngeo_browse_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#-------------------------------------------------------------------------------


VERSION = (2, 0, 33, 'dev', 0)
VERSION = (2, 0, 33, 'final', 0)


def get_version():
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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 providing access to browse images via WMS",
long_description=read("README.rst"),

classifiers=[
Expand Down Expand Up @@ -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"
)

0 comments on commit e61f478

Please sign in to comment.