Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
markcoletti committed Jun 13, 2021
2 parents 7b0638d + d133e78 commit a9a81ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release_procedure.md
Expand Up @@ -11,6 +11,7 @@ These are the things to do when performing a release.
1. if necessary sync `docs/source/roadmap.rst` with realistic expectations
1. git flow release finish 'new release number'
1. manually issue the release via github using the release tag and CHANGELOG text
1. `git push --tags`
1. verify that the release number and final changes have properly propagated to:
1. github site
1. ReadTheDocs `master` and `latest` docs
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -6,7 +6,6 @@
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config

from leap_ec import __version__

# -- Path setup --------------------------------------------------------------

Expand All @@ -18,6 +17,7 @@
import sys
sys.path.insert(0, os.path.abspath('../../'))

from leap_ec import __version__

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit a9a81ec

Please sign in to comment.