Skip to content

Commit

Permalink
Release 0.6.1.
Browse files Browse the repository at this point in the history
This is a minor bugfix/performance improvement release.
  • Loading branch information
dotsdl committed May 17, 2016
1 parent f49c8e5 commit 0ccc61c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ The rules for this file:

------------------------------------------------------------------------------

??/??/16 dotsdl
05/16/16 dotsdl, kain88-de

* 0.7.0
* 0.6.1

Changes

* Sim.atomselections no longer loads Universe on use if not already present
* Conda build scripts added
* Sims now usable when regenerated from read-only directories/files

04/04/16 dotsdl, orbeckst, richardjgowers, sseyler

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

setup(name='mdsynthesis',
version='0.7.0-dev',
version='0.6.1',
description='a persistence engine for molecular dynamics data',
author='David Dotson',
author_email='dotsdl@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion src/mdsynthesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from . import attach

__all__ = ['Sim', 'Group', 'Bundle']
__version__ = "0.7.0-dev" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.6.1" # NOTE: keep in sync with RELEASE in setup.py

0 comments on commit 0ccc61c

Please sign in to comment.