Skip to content

Commit

Permalink
Merge pull request #190 from elemoine/release-0.5.0
Browse files Browse the repository at this point in the history
Prepare release 0.5.0
  • Loading branch information
elemoine committed Aug 24, 2018
2 parents 1b3e27f + e420e00 commit 6855daf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,16 @@
GeoAlchemy 2 Changelog
======================

0.5.0
-----

* Add support for function ST_Azimuth @simlmx (#175)
* Remove Python 3.3 from the test matrix @elemoine (#179)
* Correct spelling mistakes @EdwardBetts @elemoine (#180)
* Make WKTElement and WKBElement pickable @elemoine (#182)
* Add SpatiaLite support @elemoine (#181)
* Fix to_shape with SpatiaLite @elemoine (#185)

0.4.2
-----

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.4.2'
version = '0.5.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.2'
release = '0.5.0'

# 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
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


version = '0.4.2'
version = '0.5.0'

setup(
name='GeoAlchemy2',
Expand Down

0 comments on commit 6855daf

Please sign in to comment.