Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 26, 2018
1 parent d77086c commit 768f31d
Show file tree
Hide file tree
Showing 2 changed files with 3 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.3'
__version__ = '2.3.4'


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

setup(
name='django-postgres-copy',
version='2.3.3',
version='2.3.4',
description="Quickly import and export delimited data with Django support for PostgreSQL's COPY command",
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
Expand All @@ -87,6 +87,7 @@ def run(self):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
Expand Down

0 comments on commit 768f31d

Please sign in to comment.