Changelog
This class represent a changelog directory. The directory name is the version of the changelog.
Source code in pum/changelog.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
|
__init__
__init__(dir)
Parameters:
Name | Type | Description | Default |
---|---|---|---|
dir
|
str
|
The directory where the changelog is located. |
required |
Source code in pum/changelog.py
15 16 17 18 19 20 21 |
|