Skip to content

Commit 333dbd8

Browse files
authored
Prepare 1.7.0.dev0 -> 1.7.1 (#1023)
1 parent 93346f1 commit 333dbd8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/source/_templates/layout.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,13 @@
104104
style="height:1in;"> A Python toolkit for computational methods and simulation</p>
105105
<div class="btn-group" role="group">
106106
<a class="btn btn-success"
107-
href="https://github.com/erdc/proteus/archive/1.7.0.tar.gz">
107+
href="https://github.com/erdc/proteus/archive/1.7.1.tar.gz">
108108
<span class="glyphicon glyphicon-download"></span> Download
109109
</a>
110110
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
111111
<ul class="dropdown-menu">
112-
<li><a href="https://github.com/erdc/proteus/archive/1.6.1.tar.gz">Version 1.7.0</a></li>
112+
<li><a href="https://github.com/erdc/proteus/archive/1.7.1.tar.gz">Version 1.7.1</a></li>
113+
<li><a href="https://github.com/erdc/proteus/archive/1.7.0.tar.gz">Version 1.7.0</a></li>
113114
<li><a href="https://github.com/erdc/proteus/archive/1.6.1.tar.gz">Version 1.6.1</a></li>
114115
<li><a href="https://github.com/erdc/proteus/archive/1.6.0.tar.gz">Version 1.6.0</a></li>
115116
<li><a href="https://github.com/erdc/proteus/archive/1.5.1.tar.gz">Version 1.5.1</a></li>

proteus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pkgutil
1010
__path__ = pkgutil.extend_path(__path__, __name__)
1111

12-
__version__ = '1.7.0.dev0'
12+
__version__ = '1.7.1'
1313

1414
__all__ = ["Archiver",
1515
"Domain",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@
630630

631631
def setup_given_extensions(extensions):
632632
setup(name='proteus',
633-
version='1.7.0.dev0',
633+
version='1.7.1',
634634
classifiers=[
635635
'Development Status :: 4 - Beta',
636636
'Environment :: Console',

0 commit comments

Comments
 (0)