Michael Merickel
2015-04-29 b7cdd6994d62fceba7bc82900316779cc117149c
prep 1.4.9
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,4 +1,4 @@
1.4.8 (2014-04-28)
1.4.9 (2014-04-28)
==================
- Further fix the JSONP renderer by prefixing the returned content with
@@ -9,6 +9,11 @@
  fix was overly-restrictive and broke Angular.
  See https://github.com/Pylons/pyramid/pull/1647
1.4.8 (2015-04-14)
==================
- 1.4.7 had some missing files.
1.4.7 (2015-04-14)
==================
docs/conf.py
@@ -83,7 +83,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.4.8'
version = '1.4.9'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -70,7 +70,7 @@
    ]
setup(name='pyramid',
      version='1.4.8',
      version='1.4.9',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,