Skip to content

Commit

Permalink
Release 1.7.2 (#1062)
Browse files Browse the repository at this point in the history
* Prepare release 1.7.2 for tagging

* Add empty docs/build folder for doxygen

* Makefile create ./docs/build folder for doxygen
  • Loading branch information
tridelat authored Jan 22, 2020
1 parent 186292f commit a415a9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ docs:

@echo "**********************************"
@echo "Trying to open the html at"
@echo "../proteus-website/index.html"
@echo "./docs/build/index.html"
@echo "**********************************"
-sensible-browser ../proteus-website/index.html &
-sensible-browser ./docs/build/index.html &

test: air-water-vv check
@echo "**************************************************"
Expand Down
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ source/api/modules.rst:
sphinx-apidoc --output-dir=source/api ../proteus "../**/*.so" "../proteus/tests" "../proteus/test_utils" "../proteus/config" --maxdepth=1 --separate --module-first --templatedir=source/_templates/apidoc

$(BUILDDIR)/capi/html/files.html:
mkdir -p ./build
doxygen

dirhtml:
Expand Down
2 changes: 1 addition & 1 deletion proteus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

__version__ = '1.7.1.dev0'
__version__ = '1.7.2'

__all__ = ["Archiver",
"Domain",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@

def setup_given_extensions(extensions):
setup(name='proteus',
version='1.7.1.dev0',
version='1.7.2',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit a415a9c

Please sign in to comment.