Skip to content

Commit 0d3a1a8

Browse files
authored
Merge pull request #102 from molssi-seamm/dev
Release error
2 parents c71a6e9 + c88abfc commit 0d3a1a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
=======
22
History
33
=======
4+
2025.5.8 -- Release error
5+
* Fixed an issue in the release due to a formatting error in this file.
6+
47
2025.5.7.1 -- Bugfix: Error aligning molecules in certain cases.
58
* Fixed an error that caused a crash in certain cases when aligning molecules.
69

@@ -10,7 +13,7 @@ History
1013
now updates the coordinates directly without recreating the atoms, ensuring that
1114
configurations retain their atoms as expected. This change prevents unintended
1215
data loss and ensures consistency when working with shared atoms across multiple
13-
configurations.
16+
configurations.
1417

1518
2025.4.1 -- Enhancement to OpenBabel/SDF to handle periodic systems
1619
* Enhanced the OpenBabel molecule interface to handle periodic systems better, which

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
long_description=readme + '\n\n' + history,
3131
version=versioneer.get_version(),
3232
cmdclass=versioneer.get_cmdclass(),
33-
license='GNU Lesser General Public License v3 or later (LGPLv3+)',
33+
license='GNU Lesser General Public License v3 or later',
3434
url='https://github.com/molssi-seamm/molsystem',
3535

3636
# Which Python importable modules should be included when your package is

0 commit comments

Comments
 (0)