> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/openstack_code_neutron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/openstack_code_neutron/neutron/version.py.md).

# version.py

从prb中获取version信息。

```python
version_info = pbr.version.VersionInfo('neutron')
```
