Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Aug 22, 2018
1 parent 0277d4e commit 92b3bd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ def get_version():
"""
check_cmake_version()

cmake_script = os.path.join(os.pardir, os.pardir, 'cmake', 'modules',
cmake_script = os.path.join('cmake', 'modules',
'print_version.cmake')
out = subprocess.check_output(['cmake', '-P', cmake_script],
cwd=os.path.join(os.pardir, os.pardir),
stderr=subprocess.STDOUT)
version_str = out.decode().strip()
return version_str
Expand All @@ -86,6 +87,7 @@ def get_version():
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.extlinks',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'breathe'
Expand Down
6 changes: 6 additions & 0 deletions doc/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release Notes
=============

v0.1.1 (22 August 2018)
-----------------------

- Fix version (:issue:`29`).


v0.1.0 (21 August 2018)
-----------------------

Expand Down

0 comments on commit 92b3bd7

Please sign in to comment.