Skip to content

Commit

Permalink
pyramid_tm 2.1 fixes the commit time exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed Jun 8, 2017
1 parent 099dda3 commit b01b630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rel_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit b01b630

Please sign in to comment.