The easy_install command Chris mentioned will update your installed version.
On Saturday, August 11, 2012 3:41:41 AM UTC-5, Zak wrote: > > What's the best way to update an existing Pyramid install? > > On Saturday, August 11, 2012 1:29:37 AM UTC-5, Chris McDonough wrote: >> >> Pyramid 1.3.3 has been released. It is a maintenance release in the 1.3 >> series. Here's what happened since the last release (1.3.2): >> >> 1.3.3 (2012-08-10) >> ================== >> >> - Backport bug fix from master: Explicit url dispatch regexes can >> now contain colons. https://github.com/Pylons/pyramid/issues/629 >> >> - Backport bug fix from master: On at least one 64-bit Ubuntu system >> under Python 3.2, using the ``view_config`` decorator caused a >> ``RuntimeError: dictionary changed size during iteration`` >> exception. It no longer does. See >> https://github.com/Pylons/pyramid/issues/635 for more information. >> >> - Backport bug fix from master: - In Mako Templates lookup, check if >> the uri is already adjusted and bring it back to an asset >> spec. Normally occurs with inherited templates or included >> components. https://github.com/Pylons/pyramid/issues/606 >> https://github.com/Pylons/pyramid/issues/607 >> >> The documentation for the 1.3.3 release is available at >> http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/ >> >> You can install 1.3.3 via PyPI: >> >> easy_install Pyramid==1.3.3 >> >> Enjoy, and please report any issues you find to the issue tracker at >> https://github.com/Pylons/pyramid/issues >> >> Thanks! >> >> - C >> > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/QD-pAmC-cJMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
