Skip to content

Commit

Permalink
Merge 7315fd0 into 88bfa04
Browse files Browse the repository at this point in the history
  • Loading branch information
elemoine committed Apr 29, 2019
2 parents 88bfa04 + 7315fd0 commit e48410a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions 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
-----

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


version = '0.6.1'
version = '0.6.2'

setup(
name='GeoAlchemy2',
Expand Down

0 comments on commit e48410a

Please sign in to comment.