Chris McDonough
2012-09-27 072cbf7ae84e80185ebc122d0c11a6838ac36093
prep for 1.4a2
4 files modified
11 ■■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/conf.py 2 ●●● patch | view | raw | blame | history
docs/whatsnew-1.4.rst 3 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.4a2 (2012-09-27)
==================
Bug Fixes
---------
docs/conf.py
@@ -81,7 +81,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.4a1'
version = '1.4a2'
# The full version, including alpha/beta/rc tags.
release = version
docs/whatsnew-1.4.rst
@@ -162,6 +162,9 @@
  token in the request's session, the view will be permitted to execute.
  Otherwise, it will not be permitted to execute.
- Add ``Base.metadata.bind = engine`` to ``alchemy`` scaffold, so that tables
  defined imperatively will work.
Backwards Incompatibilities
---------------------------
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.4a1',
      version='1.4a2',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,