Folks, it's been a long time in the making but 1.6 is officially released!

Some highlights include:

- Python 3.5 compatibility.
- ``pserve --reload`` no longer crashes on syntax errors.
- ``Configurator`` actions may now call each other making it much simpler
to define extensions in your own app that would call things like
``config.add_view`` only after conflict resolution had taken place.
- A new cache busting API for fine-grained control over the URLs generated
by ``request.static_url``.
- ``config.override_asset`` can now override an asset spec with an absolute
path, instead of just another asset spec.
- Much improved output for the ``proutes`` command.
- IPython and bpython support was split from ``pshell`` into separate
packages on PyPI.
- All daemon/monitoring functionality except ``--reload`` has been
deprecated from ``pserve`` and will be removed in 1.8 per Pyramid's
deprecation policy.

A "What's New In Pyramid 1.6" document exists at
http://docs.pylonsproject.org/projects/pyramid/en/1.6-branch/whatsnew-1.6.html
.

You will be able to see the 1.6 release documentation at
http://docs.pylonsproject.org/projects/pyramid/en/1.6-branch/ .

You can install it via PyPI:

  easy_install Pyramid==1.6

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- Michael

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to