zuul at openstack.org writes: > Build failed. > > - release-openstack-python http://logs.openstack.org/d1/d1df2f75e0e8259ddaaf5136f421567733ba7f5b/release/release-openstack-python/8a89663/ : FAILURE in 6m 19s > - announce-release announce-release : SKIPPED > - propose-update-constraints propose-update-constraints : SKIPPED It looks like there's something wrong with the versioning in the stable/queens branch of the networking-bigswitch repository. The error I see when I run "python setup.py --name" locally is: ValueError: git history requires a target version of pbr.version.SemanticVersion(13.0.1), but target version is pbr.version.SemanticVersion(12.0.5) This is being caused by re-tagging the 13.0.1 release as 12.0.5. I think if we tag a *newer* commit as 12.0.6 that will work (it seems to work locally). Doug