Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Dec 19, 2016
1 parent 324d0f9 commit a2c391e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ History

* New resources/Makefile

current
-------
0.1.9 (2016-12-19)
------------------

* Replace pep8 with pycodestyle
* Update current SDK version detection to latest version
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ travis: venv package

clean:
@rm -f dist/*
@rmdir --ignore-fail-on-non-empty dist
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='Appengine-Fixture-Loader',
version='0.1.8',
version='0.1.9',
description='Appengine fixture loader',
long_description=readme + '\n\n' + history,
author='Ricardo Bánffy',
Expand Down

0 comments on commit a2c391e

Please sign in to comment.