Skip to content

Commit

Permalink
minor docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 6, 2018
1 parent 87e9358 commit d9e5a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changes
* Regenerated from Cookiecutter template.
* Updated docs.
* Travis tests on Python 2.7/3.x (#16).
* Using PyWPS OpenDAP support (20).
* Using PyWPS OpenDAP support (#20).
* Disabled processes due to dependency conflicts:
* cfchecker
* QA checker
Expand Down
3 changes: 2 additions & 1 deletion docs/source/dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ Make a new version of Hummingbird in the following steps:
* Dry Run: ``bumpversion --dry-run --verbose --new-version 0.8.1 patch``
* Do it: ``bumpversion --new-version 0.8.1 patch``
* ... or: ``bumpversion --new-version 0.9.0 minor``
* Push it: ``git push --tags``
* Push it: ``git push``
* Push tag: ``git push --tags``
See the bumpversion_ documentation for details.
Expand Down

0 comments on commit d9e5a7c

Please sign in to comment.