Skip to content

Commit 46cad1b

Browse files
committed
Bump psycopg to 2.6.2
1 parent 4332b69 commit 46cad1b

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, 1)
3+
VERSION = (0, 1, 2)
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.1
1+
psycopg2==2.6.2

0 commit comments

Comments
 (0)