Jump to: navigation, search

Blueprint-version-py

Revision as of 23:31, 17 February 2013 by Ryan Lane (talk | contribs) (Text replace - "NovaSpec" to "NovaSpec")
  • Launchpad Entry: NovaSpec:version-py
  • Created:
  • Contributors:

Summary

Provide a programmatic way to interact with the version of nova.

Release Note

Include version.py that exposes version information.

Rationale

We can build a file that stores version information in a single place. That information can be used for logging, documentation, and checking compatibility by third-party libraries. The file can be updated when setup.py is run to include branch information from bzr.

Design

This is based on guidance from Soren, who has done this sort of thing before.

Implementation

Check lp:~anso/nova/deploy. Still needs to interact with doc/source/conf.py, though.