-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Update setup.cfg * Update tox.ini * Add changelog entry and a changelog README.md * Fix codestyle issue * Fix codestyle issue * Fix codestyle issue Co-authored-by: Dwight Hubbard <[email protected]>
- Loading branch information
1 parent
28f7406
commit 809048e
Showing
6 changed files
with
35 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Drop support for Python versions (less than 3.6) that are now EOL. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog Messages | ||
|
||
This directory contains changelog news fragment messages. | ||
|
||
Changelog messages are descriptions of changes for the end users of the package. In | ||
contrast to change messages for developers which go into the git commit log. | ||
|
||
## Adding a new changelog message | ||
|
||
In the git branch that contains the change, create a file in this directory named in the following format: | ||
|
||
{issuenum}.{changetype}.md | ||
|
||
| | | | ||
| ---------- | ---- | | ||
| issuenum | Is the issue or change number for the change. This can be any valid string, and is frequently github issues or jira ticket number for the change. | | ||
| changetype | Is the type of change, it can be one of the following: | | ||
| | - feature - A new feature | | ||
| | - bugfix - The change fixes a bug | | ||
| | - doc - The change is an improvement to the documentation | | ||
| | - removal - The changed involved removing code or features | | ||
| | - misc - Other kinds of changes | | ||
|
||
The changes are automatically added to the changelog of the release that added the change document. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters