Skip to content

Commit 7b644eb

Browse files
authored
Merge pull request #15 from jensenja/psycopg2-bump
bumping psycopg2 version for py3.8 support
2 parents 78bb5dd + f90a999 commit 7b644eb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.1.0
4+
5+
* Update psycopg2 to 2.8 to support python 3.8
6+
37
## 1.0.0
48

59
* Drop Python 2.7 support
@@ -15,8 +19,8 @@
1519

1620
## v0.1.1
1721

18-
Pack bump to update files from master to a tagged release.
22+
* Pack bump to update files from master to a tagged release.
1923

2024
## v0.1.0
2125

22-
Initial Revision
26+
* Initial Revision

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- Postgres
77
- MySQL
88
- MsSQL
9-
version: 1.0.0
9+
version: 1.1.0
1010
author: Encore Technologies
1111
1212
python_versions:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sqlalchemy
2-
psycopg2 <=2.7.5
2+
psycopg2 <=2.8
33
pymysql
44
pymssql<3.0
55
cx_Oracle<=7.3.0

0 commit comments

Comments
 (0)