Hi, The pypi page for zope.app.publication[1] confuses me about the actual current version. And so does the the CHANGES.txt for this package[2]. The most recent version appears to be 3.14.0 although somehow the pypi make notices of an 4.0.0a1 release and it has tarball uploaded for it too (with a "dev" suffix). My guess is, somehow someone did the release, but didn't completely follow the script :-) Anyway: on the current master branch for this package I made a few changes a while ago[3]. Since, this master branch will pull in a series of newer versions for its dependencies compared to the 3.14.0 release, asking to simply create a new release off of the master would not work for me. My suggestions/requests: * In my fork of z.a.publication I created a branch off of the 3.14.0 tag, and called it "3.x"[4]. I'd like to backport the changes I did on the master branch to this 3.x branch and ask for (or create myself) a 3.15 release of off it. * Could someone fix the master (of let me fix it) in order to be up to date again compared to the 4.0.0a1 release? Perhaps even pulling a 4.0.0a2 release to have the pypi show the correct and un-confusing information for it? * Could someone provide me with pypi rights for the package? Unless of course there any objections to that. Thanks in advance! regards, jw. [1] https://pypi.python.org/pypi/zope.app.publication [2] https://github.com/zopefoundation/zope.app.publication/blob/master/CHANGES.t... [3] https://github.com/zopefoundation/zope.app.publication/commit/510c2428284efb... [4] https://github.com/minddistrict/zope.app.publication/tree/3.x