Skip to content

Commit

Permalink
Preparing for version v1.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Aug 10, 2009
1 parent 5e36933 commit 8edbe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Expand Up @@ -5,7 +5,7 @@
from config import FileConfig
from main import Main

SIMPLE_DB_MIGRATE_VERSION = "1.3.4"
SIMPLE_DB_MIGRATE_VERSION = "1.3.5"

# fixing print in non-utf8 terminals
sys.stdout = codecs.getwriter('utf-8')(sys.stdout)
Expand Down

0 comments on commit 8edbe1f

Please sign in to comment.