Skip to content

Commit

Permalink
Release 1.6.1 (#982)
Browse files Browse the repository at this point in the history
* prepare 1.6.0 -> 1.6.1

* Update README.md

* fixed binder badge preview
  • Loading branch information
tridelat authored Jun 28, 2019
1 parent 16e7481 commit 3a029d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Proteus: Computational Methods and Simulation Toolkit [![Build Status](https://travis-ci.org/erdc/proteus.svg?branch=master)](https://travis-ci.org/erdc/proteus) [![Binder](http://mybinder.org/badge.svg)](https://beta.mybinder.org/v2/gh/erdc/proteus/master) [![DOI](https://zenodo.org/badge/2212385.svg)](https://zenodo.org/badge/latestdoi/2212385)
# Proteus: Computational Methods and Simulation Toolkit [![Build Status](https://travis-ci.com/erdc/proteus.svg?branch=master)](https://travis-ci.com/erdc/proteus) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/erdc/training_proteus/master?filepath=index.ipynb) [![DOI](https://zenodo.org/badge/2212385.svg)](https://zenodo.org/badge/latestdoi/2212385)


Proteus (http://proteustoolkit.org) is a Python package for
Expand Down
3 changes: 2 additions & 1 deletion doc/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@
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-cm/proteus/archive/1.6.0.tar.gz">
href="https://github.com/erdc-cm/proteus/archive/1.6.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 https://github.com/erdc-cm/proteus/archive/1.6.1.tar.gz">Version 1.6.1</a></li>
<li><a https://github.com/erdc-cm/proteus/archive/1.6.0.tar.gz">Version 1.6.0</a></li>
<li><a https://github.com/erdc-cm/proteus/archive/1.5.1.tar.gz">Version 1.5.1</a></li>
<li><a https://github.com/erdc-cm/proteus/archive/1.5.0.tar.gz">Version 1.5.0</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.6.0.dev0'
__version__ = '1.6.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 @@ -614,7 +614,7 @@

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

0 comments on commit 3a029d3

Please sign in to comment.