Chris McDonough
2011-12-06 b5e035a4016cfa5ca592ce5bf1befcf4b2f6d796
prep for 1.2.4
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,5 @@
Next Release
============
1.2.4 (2011-12-06)
==================
Features
--------
@@ -7,6 +7,9 @@
- ``bpython`` interpreter compatibility in ``pshell``. See the "Command-Line
  Pyramid" narrative docs chapter for more information.
Bug Fixes
---------
- Prevent a scaffold rendering from being named ``site`` (conflicts with
  Python internal site.py).
docs/conf.py
@@ -94,7 +94,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.2.3'
version = '1.2.4'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -59,7 +59,7 @@
    install_requires.append('simplejson')
    
setup(name='pyramid',
      version='1.2.3',
      version='1.2.4',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,