Skip to content

Commit

Permalink
prepping 0.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed May 28, 2015
1 parent 8722686 commit 39587d4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
=======

0.2.5 (2015-05-28)
------------------

* Removing pyproj from Raster class

0.2.4 (2015-05-27)
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
# built documents.
#
# The short X.Y version.
version = 'dev'
version = '0.2.5'
# The full version, including alpha/beta/rc tags.
release = 'dev'
release = '0.2.5'

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down
2 changes: 1 addition & 1 deletion fauxgeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from vector import *
from affine import *

__version__ = 'dev'
__version__ = '0.2.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='fauxgeo',
version='dev',
version='0.2.5',
description='A python library that generates fake geospatial data',
long_description=readme + '\n\n' + history,
author='Will B',
Expand Down

0 comments on commit 39587d4

Please sign in to comment.