From c637aee7d406e4eaf7a8683acc9c1a3101358fa7 Mon Sep 17 00:00:00 2001 From: palewire Date: Tue, 14 Aug 2018 14:41:05 -0700 Subject: [PATCH] v2.3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26d6c74..01ff392 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def run(self): setup( name='django-postgres-copy', - version='2.3.4', + version='2.3.5', description="Quickly import and export delimited data with Django support for PostgreSQL's COPY command", author='Ben Welsh', author_email='ben.welsh@gmail.com',