Skip to content

Commit aa2663a

Browse files
committed
Bump version and update changelog.
1 parent 44e0c64 commit aa2663a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
0.2.1 (2016-08-01)
5+
++++++++++++++++++
6+
* Copy by schema and table name. Thanks @bjab!
7+
48
0.2.0 (2016-03-18)
59
++++++++++++++++++
610
* Add `copy_to` wrapper.

postgres_copy/__init__.py

Lines changed: 1 addition & 1 deletion
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.2.0'
8+
__version__ = '0.2.1'
99

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

0 commit comments

Comments
 (0)