Bump version to 0.12 in packaging
This commit is contained in:
parent
6b7b46754c
commit
3435cb106e
|
@ -1,3 +1,9 @@
|
||||||
|
free-poker-tools (0.12-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New release
|
||||||
|
|
||||||
|
-- Mika Bostrom <bostik+fpdb@bostik.iki.fi> Mon, 26 Oct 2009 17:49:07 +0200
|
||||||
|
|
||||||
free-poker-tools (0.11.3+git20091023) unstable; urgency=low
|
free-poker-tools (0.11.3+git20091023) unstable; urgency=low
|
||||||
|
|
||||||
* Snapshot release
|
* Snapshot release
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from distutils.core import setup
|
||||||
|
|
||||||
setup(name = 'fpdb',
|
setup(name = 'fpdb',
|
||||||
description = 'Free Poker Database',
|
description = 'Free Poker Database',
|
||||||
version = '0.11.3',
|
version = '0.12',
|
||||||
author = 'FPDB team',
|
author = 'FPDB team',
|
||||||
author_email = 'fpdb-main@lists.sourceforge.net',
|
author_email = 'fpdb-main@lists.sourceforge.net',
|
||||||
packages = ['fpdb'],
|
packages = ['fpdb'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user