Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcmlxxvi committed Aug 12, 2015
1 parent 1b565bf commit 1305d8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ They can be snapped to a grid point using the **snap** transformation.
Changelog
***************

- v0.3.0
- Switch coverage to coveralls
- Clean up code health issues
- Fix landscape syntax
- Add health and version badges
- Fix pylint options syntax
- Replace link table with badge links

- v0.2.0
- Add clip transformation
- Add random walk generator
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
name='pixelscan',
packages=find_packages(exclude=['tests']),
url='https://github.com/dpmcmlxxvi/pixelscan',
download_url='https://github.com/dpmcmlxxvi/pixelscan/tarball/v0.2.0',
version='0.2.0',
download_url='https://github.com/dpmcmlxxvi/pixelscan/tarball/v0.3.0',
version='0.3.0',
)

0 comments on commit 1305d8f

Please sign in to comment.