Upgrade psycopg2 and increase version documentation V03.02.02
authorymh <ymh.work@gmail.com>
Fri, 24 Jan 2020 16:49:01 +0100
branchdocumentation
changeset 700 fe94d8572c18
parent 699 108410ae1150
child 701 bf0820deea40
Upgrade psycopg2 and increase version
sbin/sync/.vscode/settings.json
src/hdalab/__init__.py
virtualenv/res/src/psycopg2-2.7.4.tar.gz
virtualenv/res/src/psycopg2-2.8.4.tar.gz
virtualenv/web/res/base_requirements.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbin/sync/.vscode/settings.json	Fri Jan 24 16:49:01 2020 +0100
@@ -0,0 +1,3 @@
+{
+    "python.pythonPath": ".venv/bin/python2.7"
+}
\ No newline at end of file
--- a/src/hdalab/__init__.py	Thu Jan 09 15:03:53 2020 +0100
+++ b/src/hdalab/__init__.py	Fri Jan 24 16:49:01 2020 +0100
@@ -4,7 +4,7 @@
 """
 from __future__ import absolute_import
 
-VERSION = (3, 2, 1, "final", 0)
+VERSION = (3, 2, 2, "final", 0)
 
 
 def get_version():
Binary file virtualenv/res/src/psycopg2-2.7.4.tar.gz has changed
Binary file virtualenv/res/src/psycopg2-2.8.4.tar.gz has changed
--- a/virtualenv/web/res/base_requirements.txt	Thu Jan 09 15:03:53 2020 +0100
+++ b/virtualenv/web/res/base_requirements.txt	Fri Jan 24 16:49:01 2020 +0100
@@ -22,7 +22,7 @@
 lxml==3.4.2
 Pillow==5.0.0
 premailer==2.8.3
-psycopg2==2.7.4
+psycopg2==2.8.4
 pycrypto==2.6.1
 pyparsing==2.0.3
 pytz