Skip to content

Commit

Permalink
Prepare 1.7.0.dev0 -> 1.7.1 (erdc#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
tridelat committed Nov 8, 2019
1 parent fca84a4 commit bcbaebf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions doc/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,13 @@
style="height:1in;"> A Python toolkit for computational methods and simulation</p>
<div class="btn-group" role="group">
<a class="btn btn-success"
href="https://github.com/erdc/proteus/archive/1.7.0.tar.gz">
href="https://github.com/erdc/proteus/archive/1.7.1.tar.gz">
<span class="glyphicon glyphicon-download"></span> Download
</a>
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="https://github.com/erdc/proteus/archive/1.6.1.tar.gz">Version 1.7.0</a></li>
<li><a href="https://github.com/erdc/proteus/archive/1.7.1.tar.gz">Version 1.7.1</a></li>
<li><a href="https://github.com/erdc/proteus/archive/1.7.0.tar.gz">Version 1.7.0</a></li>
<li><a href="https://github.com/erdc/proteus/archive/1.6.1.tar.gz">Version 1.6.1</a></li>
<li><a href="https://github.com/erdc/proteus/archive/1.6.0.tar.gz">Version 1.6.0</a></li>
<li><a href="https://github.com/erdc/proteus/archive/1.5.1.tar.gz">Version 1.5.1</a></li>
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.0.dev0'
__version__ = '1.7.1'

__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.0.dev0',
version='1.7.1',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit bcbaebf

Please sign in to comment.