Skip to content

Commit 13dc932

Browse files
committed
Correct version
1 parent 5eeb296 commit 13dc932

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

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+
39
## Version 2022.1.4, - 2022-12-03
410

511
### Added

site_scons/fallback_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Update FALLBACK_VERSION when tagging a new release.
88
'''
99

10-
FALLBACK_VERSION = '2022.1.4.post0'
10+
FALLBACK_VERSION = '2024.1.1'

0 commit comments

Comments
 (0)