Skip to content

Commit

Permalink
Merge pull request #126 from rigdenlab/new_release
Browse files Browse the repository at this point in the history
Updated changlog and version number for new release
  • Loading branch information
hlasimpk committed Feb 17, 2020
2 parents 6662e3c + 2f5a9b0 commit 4757b76
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,33 @@ Added
Changed
~~~~~~~

0.1.20
------

Added
~~~~~
- Support for Windows
- Updated all code to be python 3 ready

Changed
~~~~~~~
- Fixed a test cases
- Removed generation of map files following Uglymol update
- database updates

0.1.19
------

Changed
~~~~~~~
- Fixed documentation errors
- Formatted code with Black
- Let tests be run without patching CCP4 for local SIMBAD installation
- Used named tuples instead of custom scores
- Fixed PdbStruct Save command
- Fix to get labels
- Numerous database updates

0.1.18
------

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, 18)
__version_info__ = (0, 1, 20)

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

0 comments on commit 4757b76

Please sign in to comment.