Description of problem: "Iteration" was the old way to specify Version. Since we now mention "Version" as Version, the word "Iteration" should be replaced to avoid confusion. Version-Release number of selected component (if applicable): zanata-python-client-1.3.1 and commit ab314cee446132875151823aaf9807c18c564ac2 How reproducible: Always Steps to Reproduce: 0. Assume project "AboutFedora" is created, but version f12 is not created. and zanata.xml looks like: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <config xmlns="http://zanata.org/namespace/config/"> <url>http://zanata.example.com:8080/</url> <project>AboutFedora</project> <project-type>podir</project-type> <project-version>f12</project-version> <locales> <locale map-from="zh_CN">zh-Hans</locale> </locales> </config> 1. zanata push Actual results: Error message: error: Project Iteration 'f12' not found. Expected results: error: Project Version 'f12' not found.
I think all the "Iteration" in output message have changed to "Version" now.