Skip to content

Commit 74ba8cc

Browse files
committed
Do not pin psycopg version
We want to let people use it whatever the version (until we find a conflict version).
1 parent 46cad1b commit 74ba8cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgis/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pyscopg helpers to work with PostGIS."""
22

3-
VERSION = (0, 1, 2)
3+
VERSION = (0, 1, 3)
44

55
__author__ = 'Yohan Boniface'
66
__contact__ = "yohan.boniface@data.gouv.fr"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
psycopg2==2.6.2
1+
psycopg2

0 commit comments

Comments
 (0)