From b01b6304b6ca2cbb6ca30ed43c61b0b00ccc99ca Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Thu, 8 Jun 2017 07:38:29 +0200 Subject: [PATCH] pyramid_tm 2.1 fixes the commit time exception handling --- rel_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rel_requirements.txt b/rel_requirements.txt index 8373b4880..f0bcd853f 100644 --- a/rel_requirements.txt +++ b/rel_requirements.txt @@ -5,7 +5,7 @@ lxml==3.8.0 netifaces==0.10.6 psycopg2==2.7.1 pyramid==1.8.3 -pyramid_tm==1.1.1 +pyramid_tm==2.1 pytest==3.1.1 requests==2.17.3 SQLAlchemy==1.1.10 diff --git a/setup.py b/setup.py index 89f0f2c55..35c8b346f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '0.14.1' +VERSION = '0.14.2' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = open(os.path.join(HERE, 'rel_requirements.txt')).read().splitlines()