Skip to content

Commit

Permalink
prepping 0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed May 28, 2015
1 parent b7b2f86 commit 4609f91
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.4 (2015-05-27)
------------------

* Slicing added to Raster class

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

Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ The Vector Class (a work in progress...)
del vector
Tests
-----

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.4'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.4'

# 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.4'
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.4',
description='A python library that generates fake geospatial data',
long_description=readme + '\n\n' + history,
author='Will B',
Expand Down

0 comments on commit 4609f91

Please sign in to comment.