Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Aug 3, 2009
2 parents 6980cce + 8f35ad2 commit 7574583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/__init__.py
@@ -1,10 +1,11 @@
import codecs
import sys

from cli import CLI
from config import FileConfig
from main import Main

SIMPLE_DB_MIGRATE_VERSION = "1.3.3"
SIMPLE_DB_MIGRATE_VERSION = "1.3.4"

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

0 comments on commit 7574583

Please sign in to comment.