Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    So, as I understood, it is better to provide this generated version.py ONLY in packages (tar.gz&K), whilst using some kind of hard-coded "dev" version number when working from working copy code. And not to hold this version.py under code control at all, so as in working copy, but only temporarily when generating the package. Right? Commented Jul 22, 2011 at 7:39
  • 1
    @Sergey: yes, that is the general idea: "not to hold this version.py under code control at all": I confirm. Commented Jul 22, 2011 at 8:00
  • 1
    Can you provide an example of how to accomplish this? Commented Apr 9, 2018 at 17:36