Chris McDonough
2011-07-22 8c03444dd5d80adaf65e30ebdabf1e6dde644965
prep for 1.1; gather contributors
5 files modified
22 ■■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/authorintro.rst 6 ●●●●● patch | view | raw | blame | history
docs/conf.py 2 ●●● patch | view | raw | blame | history
docs/copyright.rst 8 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.1 (2011-07-22)
================
Features
--------
docs/authorintro.rst
@@ -165,6 +165,7 @@
   single: Shipman, John
   single: Beelby, Chris
   single: Paez, Patricio
   single: Merickel, Michael
Thanks
======
@@ -179,8 +180,9 @@
Sawyers, Malthe Borch, Carlos de la Guardia, Chris Rossi, Shane Hathaway,
Daniel Holth, Wichert Akkerman, Georg Brandl, Blaise Laflamme, Ben Bangert,
Casey Duncan, Hugues Laflamme, Mike Orr, John Shipman, Chris Beelby, Patricio
Paez, Simon Oram, Nat Hardwick, Ian Bicking, Jim Fulton, Tom Moroz of the
Open Society Institute, and Todd Koym of Environmental Health Sciences.
Paez, Simon Oram, Nat Hardwick, Ian Bicking, Jim Fulton, Michael Merickel,
Tom Moroz of the Open Society Institute, and Todd Koym of Environmental
Health Sciences.
Thanks to Guido van Rossum and Tim Peters for Python.
docs/conf.py
@@ -93,7 +93,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.1b4'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = version
docs/copyright.rst
@@ -1,7 +1,7 @@
Copyright, Trademarks, and Attributions
=======================================
*The Pyramid Web Application Development Framework, Version 1.0*
*The Pyramid Web Application Development Framework, Version 1.1*
by Chris McDonough
@@ -55,7 +55,11 @@
  Ben Bangert, Blaise Laflamme, Rob Miller, Mike Orr, Carlos de la Guardia,
  Paul Everitt, Tres Seaver, John Shipman, Marius Gedminas, Chris Rossi,
  Joachim Krebs, Xavier Spriet, Reed O'Brien, William Chambers, Charlie
  Choiniere, Jamaludin Ahmad, Graham Higgins, Patricio Paez.
  Choiniere, Jamaludin Ahmad, Graham Higgins, Patricio Paez, Michael
  Merickel, Eric Ongerth, Niall O'Higgins, Christoph Zwerschke, John
  Anderson, Atsushi Odagiri, Kirk Strauser, JD Navarro, Joe Dallago,
  Savoir-Faire Linux, Ćukasz Fidosz, Christopher Lambacher, Claus Conrad,
  Chris Beelby, and a number of people with only psuedonyms on GitHub.
Cover Designer:
   Hugues Laflamme of `Kemeneur <http://www.kemeneur.com/>`_.
setup.py
@@ -53,7 +53,7 @@
    install_requires.append('simplejson')
    
setup(name='pyramid',
      version='1.1b4',
      version='1.1',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,