Chris McDonough
2013-07-18 0a842ca89ddda952d1c1ef49ec99dfa582742ab0
prep for 1.4.3
3 files modified
11 ■■■■■ changed files
CHANGES.txt 7 ●●●● patch | view | raw | blame | history
docs/conf.py 2 ●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,8 @@
Next 1.4 release
================
1.4.3 (2013-07-18)
==================
Bug Fixes
---------
- ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code under
   Python 3 would use ``__len__`` to find truthiness; this usually caused an
docs/conf.py
@@ -82,7 +82,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.4.2'
version = '1.4.3'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.4.2',
      version='1.4.3',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,