Skip to content

Commit fd155d6

Browse files
committed
v2.3.2
1 parent 63b543e commit fd155d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @palewire @gordonje
1+
* @palewire

postgres_copy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .copy_from import CopyMapping
44
from .copy_to import SQLCopyToCompiler, CopyToQuery
55
from .managers import CopyManager, CopyQuerySet
6-
__version__ = '2.3.1'
6+
__version__ = '2.3.2'
77

88

99
__all__ = (

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def run(self):
7272

7373
setup(
7474
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",
7777
author='Ben Welsh',
7878
author_email='ben.welsh@gmail.com',
7979
url='http://django-postgres-copy.californiacivicdata.org/',

0 commit comments

Comments
 (0)