Skip to content

Commit

Permalink
Get prepared for 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine committed Apr 28, 2019
1 parent 88bfa04 commit c01a9e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 setup.py
Original file line number Diff line number Diff line change
@@ -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 c01a9e7

Please sign in to comment.