Coverage for rust2rpm/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.6.7, created at 2024-11-26 23:43 +0100

1# noqa: D104 

2 

3# Versioning policy: 

4# 

5# - Increment major version if rendered spec files have changed 

6# (for example, because of changes to the template). 

7# - Increment only the minor version if spec file rendering is unchanged since 

8# the release of the last major version, but new features were added. 

9# - Increment only the patch version if there were only bug fixes since the 

10# release of the last minor version. 

11# 

12# Only the major version is included in the header of generated spec files. 

13__version__ = "27.0.0"