Skip to content

Commit

Permalink
get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Dec 8, 2022
1 parent 45cb0fb commit c0c87e6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ set(RDK_PYTHON_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/rdkit")
# Config variables:
set(RDKit_Year "2022")
set(RDKit_Month "09")
set(RDKit_Revision "1")
set(RDKit_Revision "3")
set(RDKit_RevisionModifier "")
set(RDKit_ABI "1")

Expand Down
29 changes: 29 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# Release_2022.09.3
(Changes relative to Release_2022.09.2)

## Acknowledgements
David Cosgrove, Eloy Félix, Michel Moreau, Rocco Moretti, Dan Nealschneider, Paolo Tosco

## Bug Fixes:
- Missing monomer labels when depicting `MON` SGroups
(github #5767 from eloyfelix)
- Wrongly oriented SGroup bracket
(github #5768 from eloyfelix)
- Adjust LocaleSwitcher on Windows when RDK_BUILD_THREADSAFE_SSS not set
(github #5783 from roccomoretti)
- KekulizationException in tautomer canonicalization
(github #5784 from d-b-w)
- extend the allowed valences of the alkali earths
(github #5786 from greglandrum)
- Minimallib build (rdkit-js) not working for release 2022.09.2
(github #5792 from MichelML)
- Remove dependency on MSVC runtime DLL in MinGW builds
(github #5800 from ptosco)
- Update macOS target platform to 10.13
(github #5802 from ptosco)
- `R#` atom label information lost in molfile if not handled by the `RGP` spec
(github #5810 from eloyfelix)
- Stop using recommonmark in the documentation
(github #5812 from greglandrum)


# Release_2022.09.2
(Changes relative to Release_2022.09.1)

Expand Down

0 comments on commit c0c87e6

Please sign in to comment.