Chris McDonough
2014-04-09 0cb759758c97feba48c0bbba149a774f85f2606a
prep for 1.5 release
2 files modified
6 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Unreleased
==========
1.5 (2014-04-08)
================
- Avoid crash in ``pserve --reload`` under Py3k, when iterating over possibly
  mutated ``sys.modules``.
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.5b1',
      version='1.5',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' +  CHANGES,
      classifiers=[