Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 1, 2018
1 parent 63b543e commit fd155d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -1 +1 @@
* @palewire @gordonje
* @palewire
2 changes: 1 addition & 1 deletion postgres_copy/__init__.py
Expand Up @@ -3,7 +3,7 @@
from .copy_from import CopyMapping
from .copy_to import SQLCopyToCompiler, CopyToQuery
from .managers import CopyManager, CopyQuerySet
__version__ = '2.3.1'
__version__ = '2.3.2'


__all__ = (
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -72,8 +72,8 @@ def run(self):

setup(
name='django-postgres-copy',
version='2.3.1',
description="Quickly move comma-delimited data in and out of a Django model using PostgreSQL's COPY command",
version='2.3.2',
description="Quickly import and export comma-delimited data via Django models using PostgreSQL's COPY command",
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
url='http://django-postgres-copy.californiacivicdata.org/',
Expand Down

0 comments on commit fd155d6

Please sign in to comment.