From d1fab1ead5fdf2b851d5facc76773573cec917e8 Mon Sep 17 00:00:00 2001 From: Daniel Kratzert Date: Wed, 25 Sep 2024 10:17:52 +0200 Subject: [PATCH] Update version --- 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 bb55adb8..0d9952ed 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,5 +1,6 @@ FinalCif recent changes ----------------------- +* v143 A few dimensions were not in picometers if report in picometers was enabled. * v142 Added new option to make a report with picometers instead of angstroms for all distances. The default report was moved to a template and the hard-coded report was discarded (only important for programmers). Saving/loading of options fixed. Improved documentation. diff --git a/finalcif/__init__.py b/finalcif/__init__.py index d12ef5b6..20e6481b 100644 --- a/finalcif/__init__.py +++ b/finalcif/__init__.py @@ -1,2 +1,2 @@ -VERSION = 142 \ No newline at end of file +VERSION = 143 \ No newline at end of file