File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- * @ palewire @ gordonje
1
+ * @ palewire
Original file line number Diff line number Diff line change 3
3
from .copy_from import CopyMapping
4
4
from .copy_to import SQLCopyToCompiler , CopyToQuery
5
5
from .managers import CopyManager , CopyQuerySet
6
- __version__ = '2.3.1 '
6
+ __version__ = '2.3.2 '
7
7
8
8
9
9
__all__ = (
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ def run(self):
72
72
73
73
setup (
74
74
name = 'django-postgres-copy' ,
75
- version = '2.3.1 ' ,
76
- description = "Quickly move comma-delimited data in and out of a Django model using PostgreSQL's COPY command" ,
75
+ version = '2.3.2 ' ,
76
+ description = "Quickly import and export comma-delimited data via Django models using PostgreSQL's COPY command" ,
77
77
author = 'Ben Welsh' ,
78
78
author_email = 'ben.welsh@gmail.com' ,
79
79
url = 'http://django-postgres-copy.californiacivicdata.org/' ,
You can’t perform that action at this time.
0 commit comments