Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 8, 2018
1 parent dd79407 commit cf3128f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0'
__version__ = '2.3.1'


__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -72,7 +72,7 @@ def run(self):

setup(
name='django-postgres-copy',
version='2.3.0',
version='2.3.1',
description="Quickly move comma-delimited data in and out of a Django model using PostgreSQL's COPY command",
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
Expand Down

0 comments on commit cf3128f

Please sign in to comment.