Skip to content

Commit

Permalink
preparing 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Apr 28, 2015
1 parent ca427ee commit 3a30f63
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
=======

0.2.3 (2015-04-28)
------------------

* Test cases added
* Reverse math operations added to Raster class

0.2.0 (2015-04-21)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A python library that generates simple OSGeo-supported rasters and vectors. The
Requirements
------------

fauxgeo 0.2.0 requires
fauxgeo 0.2.3 requires

* Numpy
* Scipy
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.0'
version = '0.2.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.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 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__ = '0.2.0'
__version__ = '0.2.3'
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='0.2.0',
version='0.2.3',
description='A python library that generates fake geospatial data',
long_description=readme + '\n\n' + history,
author='Will B',
Expand Down

0 comments on commit 3a30f63

Please sign in to comment.