-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- in setup.py, auto extract version from init.py - bump version - update whatsnew - update circle - get version in shpinx config from package.__version__ - update author - fix appveyor badge
- Loading branch information
1 parent
63d9c6c
commit 30e97ef
Showing
6 changed files
with
56 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,8 @@ jobs: | |
name: github pages deployment | ||
command: | | ||
source activate testenv | ||
if [ "${CIRCLE_BRANCH}" == "maint/0.1" ]; then | ||
echo "Deploying dev docs."; | ||
if [ "${CIRCLE_BRANCH}" == "maint/0.2" ]; then | ||
echo "Deploying stable docs for ${CIRCLE_BRANCH}."; | ||
git config --global user.email "[email protected]"; | ||
git config --global user.name "Circle Ci"; | ||
cd doc; | ||
|
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
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