Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Aug 12, 2020
1 parent 8e4eddf commit 1ae4e61
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -108,7 +108,7 @@ set(RDK_PYTHON_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/rdkit")
# Config variables:
set(RDKit_Year "2020")
set(RDKit_Month "03")
set(RDKit_Revision "4")
set(RDKit_Revision "5")
set(RDKit_RevisionModifier "")
set(RDKit_ABI "1")

Expand Down
24 changes: 24 additions & 0 deletions ReleaseNotes.md
@@ -1,3 +1,27 @@
# Release_2020.03.5
(Changes relative to Release_2020.03.5)

## Acknowledgements:
Jinserk Baik, Gareth Jones, Steven Kearnes, Jaime Rodriguez-Guerra

## Bug Fixes:
- ctest pythonTestDirChem failed
(github #2757 from jinserk)
- MinimalLib Dockerfile is broken at HEAD
(github #3267 from skearnes)
- Get PPC builds working
(github #3285 from greglandrum)
- ScaffoldNetwork not in C# wrappers
(github #3289 from jones-gareth)
- bonds with "either' stereo cannot be read from JSON
(github #3290 from greglandrum)
- Not possible to copy SubstanceGroups in Python
(github #3312 from greglandrum)
- Stereochemistry perception getting confused by a bad drawing.
(github #3314 from greglandrum)
- SubstanceGroups should not be written with quotes around missing fields
(github #3315 from greglandrum)

# Release_2020.03.4
(Changes relative to Release_2020.03.3)

Expand Down

0 comments on commit 1ae4e61

Please sign in to comment.