Michael Merickel
2014-06-01 947ae88aa6efcf62ca89415e1ccdcf77c4ec0538
prep 1.5.1
2 files modified
8 ■■■■ changed files
CHANGES.txt 6 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.5.1 (2014-05-31)
==================
- Update scaffold generating machinery to return the version of pyramid and
  pyramid docs for use in scaffolds. Updated starter, alchemy and zodb
@@ -17,7 +17,7 @@
  ``package`` argument that can override this behavior as well.
- Removed non-ascii copyright symbol from templates, as this was
  causing the scaffolds to fail for project generation.
  causing the scaffolds to fail for project generation on some systems.
- Fix an issue where a ``pyramid.response.FileResponse`` may apply a charset
  where it does not belong. See https://github.com/Pylons/pyramid/pull/1251
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.5',
      version='1.5.1',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' +  CHANGES,
      classifiers=[