[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #25 from bio-phys/release-1.1.1
Browse files Browse the repository at this point in the history
update for release 1.1.1
  • Loading branch information
kain88-de committed Jan 20, 2018
2 parents 077f3d2 + 4a7ab43 commit 96cbc5f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ MDBenchmark uses `towncrier <https://github.com/hawkowl/towncrier>`_
to update this file automatically for each release.

.. towncrier release notes start
MDBenchmark 1.1.1 (2018-01-20)
==============================

Misc
----
- show benchmark png on pypi

MDBenchmark 1.1.0 (2018-01-19)
==============================
Expand Down
12 changes: 9 additions & 3 deletions DEVELOPER.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ Install in develop mode to notice changes immediately.
python setup.py develop
==================
Doing a Release
==================
=================
Doing a Release
=================

Update version
--------------

Change version info in `mdbenchmark/__init__.py`

Updating CHANGELOG
------------------
Expand All @@ -23,6 +28,7 @@ Install and run towncrier in the project directory.
If towncrier doesn't delete item in the *changelog* folder remove them by hand.


Generate dist files
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Quickly generate, start and analyze benchmarks for GROMACS simulations. Below is
an example of the scaling plots you can generate quickly with MDBenchmark.

.. image:: runtimes.png
.. image:: https://github.com/bio-phys/MDBenchmark/blob/master/runtimes.png


Installation
Expand Down
2 changes: 1 addition & 1 deletion mdbenchmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# along with MDBenchmark. If not, see <http://www.gnu.org/licenses/>.
from . import analyze, generate, submit

__version__ = '1.1.0-dev'
__version__ = '1.1.1'

0 comments on commit 96cbc5f

Please sign in to comment.