diff options
author | Robey Pointer <robey@lag.net> | 2006-07-13 12:46:17 -0700 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2006-07-13 12:46:17 -0700 |
commit | ffcc22e784430acc7f67aa36e0104d8eca5f0c35 (patch) | |
tree | 606205e3becd5b7268d6bef2e03851d3d255b2fe /Makefile | |
parent | ec6e76abc6b01e1c341d84558bcdb4ed223cbbf4 (diff) |
[project @ robey@lag.net-20060713194617-35597c20a6b3bc59]
bump version to 1.6 (oops, forgot to check this in a few days ago)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,7 @@ # squirtle (19feb06) - 1.5.3 # tentacool (11mar06) - 1.5.4 # umbreon (10may06) - 1.6 +# vulpix (10jul06) - 1.6.1 release: @@ -34,6 +35,9 @@ clean: rm -rf build dist rm -f MANIFEST *.log demos/*.log +test: + python ./test.py + # places where the version number is stored: # # setup.py |