Skip to content

Commit

Permalink
bump version to v3.2.1, clarify updates to NAMD easyblock in release …
Browse files Browse the repository at this point in the history
…notes
  • Loading branch information
boegel committed May 12, 2017
1 parent 0bd1153 commit b35abe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES
Expand Up @@ -12,7 +12,7 @@ bugfix/update release
- added easyblock for Siesta (#1105)
- minor enhancements, including:
- enhance GROMACS easyblock to build with PLUMED support (#1121)
- add openmp support to namd easyblock (#1173)
- enhance NAMD easyblock: add OpenMP support, update for recent NAMD versions (2.12), fix compatibility with Tcl versions other than 8.5 (#1173)


v3.2.0 (May 5th 2017)
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyblocks/__init__.py
Expand Up @@ -44,7 +44,7 @@
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
# This causes problems further up the dependency chain...
VERSION = LooseVersion('3.3.0.dev0')
VERSION = LooseVersion('3.2.1')
UNKNOWN = 'UNKNOWN'


Expand Down

0 comments on commit b35abe8

Please sign in to comment.