From ef5b9e07ea3bad185e5eabd4571ef3c5e9c09453 Mon Sep 17 00:00:00 2001 From: afabiani Date: Mon, 15 Jul 2019 16:48:19 +0200 Subject: [PATCH] - Bump to version="1.0.1" --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index bef723e..fcc985a 100644 --- a/README.rst +++ b/README.rst @@ -4,10 +4,10 @@ geoserver-restconfig .. image:: https://travis-ci.org/geosolutions-it/geoserver-restconfig.svg?branch=master :target: https://travis-ci.org/geosolutions-it/geoserver-restconfig -.. note:: geoserver-restconfig is a fork of the old https://travis-ci.org/boundlessgeo/gsconfig - ``geoserver-restconfig`` is a python library for manipulating a GeoServer instance via the GeoServer RESTConfig API. +**Note:** geoserver-restconfig is a fork of the old https://travis-ci.org/boundlessgeo/gsconfig + The project is distributed under a `MIT License `_ . Installing diff --git a/setup.py b/setup.py index d494dee..4eba161 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="geoserver-restconfig", - version="1.0", + version="1.0.1", description="GeoServer REST Configuration", long_description=readme_text, keywords="GeoServer REST Configuration",