Skip to content

Commit e66d020

Browse files
committed
Bump version and update changelog.
1 parent e3685e7 commit e66d020

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
0.5.0 (2017-04-07)
5+
++++++++++++++++++
6+
* Accept engine or connection. Thanks @JacobHayes!
7+
48
0.4.0 (2017-03-28)
59
++++++++++++++++++
610
* Expose column order in copy_from. Thanks @JacobHayes!

Diff for: postgres_copy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from sqlalchemy.sql.operators import ColumnOperators
66
from sqlalchemy.dialects import postgresql
77

8-
__version__ = '0.4.0'
8+
__version__ = '0.5.0'
99

1010
def copy_to(source, dest, engine_or_conn, **flags):
1111
"""Export a query or select to a file. For flags, see the PostgreSQL

0 commit comments

Comments
 (0)