Chris McDonough
2015-04-15 294871876f7bddd00f885659f39712d05e0dd9e4
prep for 1.5.5
2 files modified
11 ■■■■■ changed files
CHANGES.txt 9 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,3 +1,12 @@
.. _changes_1.5.5:
1.5.5 (2015-04-14)
==================
- The JSONP renderer created JavaScript code in such a way that a callback
  variable could be used to arbitrarily inject javascript into the response
  object. https://github.com/Pylons/pyramid/pull/1626
.. _changes_1.5.4:
1.5.4 (2015-02-24)
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.5.4',
      version='1.5.5',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' +  CHANGES,
      classifiers=[