Skip to content

Commit

Permalink
Merge pull request #99 from hlasimpk/master
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
hlasimpk committed Jan 14, 2019
2 parents 1a30a55 + 46411c7 commit 08e4b11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Added
Changed
~~~~~~~

0.1.15
------

Added
~~~~~
- Added code to Pyrvapi to return metadata when performing a lattice search with a space group and unit cell

Changed
~~~~~~~
- Changed phaser to just look for 1 molecule in the ASU in full MR search due to time constraints.
- Fixed a bug that was providing the wrong number of processors to PyJob

0.1.14
------

Expand Down
2 changes: 1 addition & 1 deletion simbad/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Maintain sematantic versioning. Further information can
# be found here [http://semver.org/]
__version_info__ = (0, 1, 14)
__version_info__ = (0, 1, 15)

# ======================================================
# Do __NOT__ change anything below here
Expand Down

0 comments on commit 08e4b11

Please sign in to comment.