From c7c7a98f18e041ef4c44cae2b6e80600f23cd061 Mon Sep 17 00:00:00 2001 From: Tobias Herp Date: Mon, 1 Jul 2019 09:55:21 +0200 Subject: [PATCH 1/2] .gitignore changes for virtualenv --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 2bc50ed..fb3978f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,10 @@ build/ dist/ ZPsycopgDA.egg-info/ .DS_Store + +# virtualenv: +bin/ +include/ +lib/ +lib64 +pip-selfcheck.json From 8ec2aea413edf83c68c73ec703571fd296688792 Mon Sep 17 00:00:00 2001 From: Tobias Herp Date: Tue, 2 Jul 2019 10:07:28 +0200 Subject: [PATCH 2/2] Set the version to 2.4.7 --- ZPsycopgDA/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZPsycopgDA/__init__.py b/ZPsycopgDA/__init__.py index 60a711f..cdd3c72 100644 --- a/ZPsycopgDA/__init__.py +++ b/ZPsycopgDA/__init__.py @@ -16,7 +16,7 @@ # their work without bothering about the module dependencies. __doc__ = "ZPsycopg Database Adapter Registration." -__version__ = '2.4.7.dev1' +__version__ = '2.4.7' import DA