Have options.py VERSION match debian package

This commit is contained in:
dim 2008-02-01 10:25:31 +00:00
parent 8605b14084
commit 9bbb418397

View File

@ -2,7 +2,7 @@
#
# Some common options, for each module to get them
PGLOADER_VERSION = '2.2.6~dev'
PGLOADER_VERSION = '2.2.6'
INPUT_ENCODING = None
PG_CLIENT_ENCODING = 'latin9'