Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
preparing for 0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kworr committed Sep 12, 2012
1 parent ff02b78 commit 250cb1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
py-mysql2pgsql Changelog
========================

Feature: use -t to convert date fields to UTC timezone.

Version 0.1.6
-------------

- Feature: use -t to convert date fields to UTC timezone.
- Data types detection corrected
- Missed changes from timezone option support
- Support NULL as timestamp default
- Corrected enum chomping on braces and commas
- Decode mysql table names so they can be internalized now


Version 0.1.5
-------------

Support for Python 2.6 removed.


Version 0.1.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion mysql2pgsql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import absolute_import
from .mysql2pgsql import Mysql2Pgsql

__version__ = '0.1.5'
__version__ = '0.1.6'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='py-mysql2pgsql',
version='0.1.5',
version='0.1.6',
description='Tool for migrating/converting from mysql to postgresql.',
long_description=open('README.rst').read(),
license='MIT License',
Expand Down

0 comments on commit 250cb1c

Please sign in to comment.