Skip to content

Commit

Permalink
update for 3.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 11, 2016
1 parent 58ebe35 commit 047698b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
@@ -1,3 +1,12 @@
pywps (3.2.4) precise; urgency=low

* fix logging bugs
* fix output type handling

-- Tom Kralidis <tomkralidis@gmail.com> Thu, 11 Feb 2016 00:49:14 +0000

Wed Feb 10 19:47:05 EST 2016

pywps (3.2.3) precise; urgency=low

* Release of current minor bug fixing patches
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '3.2.0'
version = '3.2.4'
# The full version, including alpha/beta/rc tags.
release = '3.2.0'
release = '3.2.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 4 additions & 0 deletions rpm/pywps.changes
@@ -1,3 +1,7 @@
Thu Feb 11 00:51:38 UTC 2016 - tomkralidis@gmail.com

- Updated to 3.2.4

Wed Apr 18 00:27:31 UTC 2012 - tzotsos@opensuse.org

- Updated to 3.2.1
Expand Down
5 changes: 3 additions & 2 deletions rpm/pywps.spec
@@ -1,7 +1,8 @@
#
# spec file for package pywps (3.2.1)
# spec file for package pywps (3.2.4)
#
# Copyright (c) 2012 Angelos Tzotsos <tzotsos@opensuse.org>
# Copyright (c) 2016 Tom Kralidis <tomkralidis@gmail.com>
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
Expand All @@ -15,7 +16,7 @@
%define pyname pywps

Name: python-%{pyname}
Version: 3.2.1
Version: 3.2.4
Release: 1
License: GPL
Summary: OGC Web Processing Servisce in Python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -65,7 +65,7 @@ def compile_templates(base):

dist = setup(
name = name,
version = '3.2.3',
version = '3.2.4',
maintainer="Jachym Cepicky",
maintainer_email = 'jachym.cepicky@gmail.com',
author = 'Jachym Cepicky',
Expand Down
2 changes: 1 addition & 1 deletion wps.py
Expand Up @@ -30,7 +30,7 @@
Enjoy and happy GISing!
"""
__version__ = "3.2.2"
__version__ = "3.2.4"


# Author: Jachym Cepicky
Expand Down

0 comments on commit 047698b

Please sign in to comment.