-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version strings for 8.3.0 release
Issues: Fixes #651 Problem: Documentation must point to the correct latest release. Analysis: Update version-specific strings to generate dynamically using version variable Remove release_notes file, which should exist only on the github releases page. Tests: Generated docs locally via sphinx for inspection
- Loading branch information
Matt Greene
committed
Apr 6, 2017
1 parent
b4b1a0f
commit e174969
Showing
5 changed files
with
19 additions
and
41 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 |
---|---|---|
|
@@ -20,7 +20,6 @@ Overview | |
:hidden: | ||
:maxdepth: 1 | ||
|
||
release_notes | ||
|
||
|
||
Installation | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "8.3.0.b2" | ||
__version__ = "8.3.0" |