From c01a9e7c7966a45b0a162e5578833e5e083c37d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sun, 28 Apr 2019 18:29:56 +0200 Subject: [PATCH 1/2] Get prepared for 0.6.2 --- CHANGES.txt | 6 ++++++ doc/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1d79b864..bb70c0c8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ GeoAlchemy 2 Changelog ====================== +0.6.2 +----- + +* Support WKBElement objects as bind values @elemoine (#221) +* Document the use of spatial functions in primaryjoin conditions @elemoine (#222) + 0.6.1 ----- diff --git a/doc/conf.py b/doc/conf.py index 1b59eec9..0f0386c6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '0.6.1' +version = '0.6.2' # The full version, including alpha/beta/rc tags. -release = '0.6.1' +release = '0.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b70567e5..6a5f1505 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -version = '0.6.1' +version = '0.6.2' setup( name='GeoAlchemy2', From 7315fd096c0c1ba412828323482da4a502f0bf77 Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Mon, 29 Apr 2019 09:12:35 +0200 Subject: [PATCH 2/2] Update account name in contributors list --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 9f2f2191..5635f212 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -94,7 +94,7 @@ The code is available on GitHub: https://github.com/geoalchemy/geoalchemy2. Contributors: -* Adrien Berchet (https://github.com/adrien-berchet-forcity) +* Adrien Berchet (https://github.com/adrien-berchet) * Éric Lemoine (https://github.com/elemoine) * Dolf Andringa (https://github.com/dolfandringa) * Frédéric Junod, Camptocamp SA (https://github.com/fredj)