We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eeb296 commit 13dc932Copy full SHA for 13dc932
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Release notes
2
3
+## Version 2024.1.1, - 2024-02-06
4
+
5
+### Added
6
+- Make sure Molecule::BuildConnectivityTable() always list all atoms,
7
+ even if their connectivity list is empty (pathological case)
8
9
## Version 2022.1.4, - 2022-12-03
10
11
### Added
site_scons/fallback_version.py
@@ -7,4 +7,4 @@
Update FALLBACK_VERSION when tagging a new release.
'''
-FALLBACK_VERSION = '2022.1.4.post0'
+ FALLBACK_VERSION = '2024.1.1'
0 commit comments