-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump to 0.9.0a1, plus developers' notes on versioning (#122)
- Loading branch information
Showing
4 changed files
with
30 additions
and
2 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,27 @@ | ||
|
||
Development | ||
=========== | ||
Information for developers. | ||
|
||
Version numbering | ||
----------------- | ||
We use a `PEP 440 compliant <https://peps.python.org/pep-0440/#examples-of-compliant-version-schemes>`_ | ||
semantic versioning, of the form ``{major}.{minor}.{patch}[{a|b|rc}N]`` | ||
|
||
* 0.9.5 | ||
* 1.0.0a1 | ||
* 1.0.0a2 | ||
* 1.0.0b1 | ||
* 1.0.0rc1 | ||
* 1.0.0 | ||
* 1.0.1 | ||
* 1.1.0a1 | ||
|
||
Version bumping | ||
--------------- | ||
The version number needs to be updated in two places | ||
|
||
* source/fab/__init_.py | ||
* docs/source/conf.py | ||
|
||
Consider adding a developers' tool like `BumpVer <https://pypi.org/project/bumpver>`_. |
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 |
---|---|---|
|
@@ -28,4 +28,5 @@ Contents | |
overview | ||
usage | ||
Api Reference <apidoc/modules> | ||
development | ||
glossary |
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