Skip to content

Commit

Permalink
Merge branch 'hotfix-version_bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
cstein committed May 12, 2016
2 parents 5ce5408 + b192ab6 commit 0b49125
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
FragIt v1.5.1 Release Notes
===========================

This is a bug-fix and minor improvements release.

Updates since v1.5.0

* Fixed issue with FMO writer which dumped errornous
keyword in FMO input file even if no bonds were
broken. (#15) -- Thanks to Anders S. Christensen
for reporting this issue.


FragIt v1.5.0 Release Notes
===========================

Expand Down
2 changes: 1 addition & 1 deletion src/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
***********************************************************************/
"""

version = ("1","5","0")
version = ("1","5","1")
version_str = ".".join(version)

description = """FragIt fragments molecules for fragment based methods. The output of FragIt is an input file which can be run in a suitable quantum chemistry program"""
Expand Down

0 comments on commit 0b49125

Please sign in to comment.