Chris McDonough
2011-07-01 b9c0e79be2764b8f6c59e5be9044675666154ea0
prep for 1.1a4
3 files modified
12 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/conf.py 6 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.1a4 (2011-07-01)
==================
Bug Fixes
---------
docs/conf.py
@@ -93,7 +93,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.1a3'
version = '1.1a4'
# The full version, including alpha/beta/rc tags.
release = version
@@ -456,7 +456,7 @@
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
epub_title = 'The Pyramid Web Application Development Framework, Version 1.0'
epub_title = 'The Pyramid Web Application Development Framework, Version 1.1'
epub_author = 'Chris McDonough'
epub_publisher = 'Agendaless Consulting'
epub_copyright = '2008-2011'
@@ -473,7 +473,7 @@
epub_identifier = '0615445675'
# A unique identification for the text.
epub_uid = 'The Pyramid Web Application Development Framework, Version 1.0'
epub_uid = 'The Pyramid Web Application Development Framework, Version 1.1'
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.
setup.py
@@ -53,7 +53,7 @@
    install_requires.append('simplejson')
    
setup(name='pyramid',
      version='1.1a3',
      version='1.1a4',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,