From d23014fe7cf2521f8ea88732caed12008311efe1 Mon Sep 17 00:00:00 2001 From: Daniel Kratzert Date: Wed, 13 Mar 2024 20:28:34 +0100 Subject: [PATCH] version 136 --- docs/changelog.txt | 1 + finalcif/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index a78034cc..fd309b7b 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,5 +1,6 @@ FinalCif recent changes ----------------------- +* v136 Fix crash when adding authors to the CIF. * v135 Fix crash if templates are exported with no CIF loaded. * v134 No symmetry codes for atoms were displayed in the table with the bond angles. This has been fixed. * v133 Improved handling of wrong passwords in COD deposition page. Possible crash fixed. diff --git a/finalcif/__init__.py b/finalcif/__init__.py index 0f35a8d9..146a9ee5 100644 --- a/finalcif/__init__.py +++ b/finalcif/__init__.py @@ -1,2 +1,2 @@ -VERSION = 135 \ No newline at end of file +VERSION = 136 \ No newline at end of file