Skip to content

Commit

Permalink
Merge pull request #234 from geoalchemy/v0.6.3
Browse files Browse the repository at this point in the history
Get prepared for 0.6.3
  • Loading branch information
elemoine committed Jun 11, 2019
2 parents 67a0421 + 334dcd5 commit 2160cb6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
GeoAlchemy 2 Changelog
======================

0.6.3
-----

* Add some missing functions @adrien-berchet (#224)
* Do not register functions.GenericFunction for sqlalchemy>=1.3.4 @adrien-berchet (#226)
* Redefine the geometry_type/dimension consistency checks @elemoine (#228)
* Correct a spelling mistake @EdwardBetts (#229)
* Do not assume the "public" schema @elemoine (#231)
* Add all geometry constructors @adrien-berchet (#232)

0.6.2
-----

Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.6.2'
# The short X.Y.Z version.
version = '0.6.3'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.6.3'

# 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.2'
version = '0.6.3'

setup(
name='GeoAlchemy2',
Expand Down

0 comments on commit 2160cb6

Please sign in to comment.