Lines Matching full:version
24 # Licensed under the Apache License, Version 2.0 (the "License"); you may
90 """Split out the top version section.
92 If the top version is already released, create a new top
93 version section for an unreleased version.
96 where the "top version" is the existing top version section if it's
105 """Return the text of a formatted version section title."""
110 """Split a changelog version section body into categories.
135 """A version section starts with a line starting with '='."""
187 more version sections. The version sections are in reverse
188 chronological order. Each version section consists of a title and a body.
190 The body of a version section consists of zero or more category
193 A changelog entry file has the same format as the body of a version section.
199 # Only accept dotted version numbers (e.g. "3.1", not "3").
200 # Refuse ".x" in a version number where x is a letter: this indicates
201 # a version that is not yet released. Something like "3.1a" is accepted.
209 """Parse a version section or entry file."""
250 # Split the top version section into categories.