Hi!

Either I'm misunderstanding something or you might have forgotten to update the `devpi` meta package when releasing 1.2.2? A quick search in PyPI [1] shows the updated `-client` and `-server` packages, but the `devpi` package is still at 1.2.1..

Best regards
Simon

[1] https://pypi.python.org/pypi?%3Aaction=search&term=devpi&submit=search


On Sunday, March 30, 2014 8:44:04 AM UTC+2, holger krekel wrote:
Hi all,

finally i got around to do 1.2.2 releases of the devpi pypi server tools
with a few fixes and improvements.  See http://doc.devpi.net for docs
and instructions and below for the changelog.

cheers,
holger krekel


1.2.2
----------------------------

devpi-server:

- fix issue78: create less directories for pypi package files by
  splitting the md5 part into two. Avoids TooManyLinks errors in
  large installations.

- fix --stop on windows.  Thanks to Christian Ullrich for the PR.

- fix issue79: interoperate with pip-1.5 by interpreting accept
  header as "*/*" as html_preferred.  Thanks Richard Jones.

- use latest virtualenv-1.11.2 when bootstrapping on jenkins

- fix issue89: adapt for bottle changes in 0.12.1.  Thanks
  Alexey Sveshnikov.

devpi-client:

- depend on pkginfo>1.2b1 for wheel metadata reading support,
  remove twine dependency. Thanks Tres Seaver.

- new: also write buildout configuration file with --set-cfg.
  Thanks Christian Ullrich for the PR.