diff --git a/docs/changelog.txt b/docs/changelog.txt index 12883b1b..56afb204 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,5 +1,6 @@ FinalCif recent changes ----------------------- +* v129 Improved program executable which can now be pinned to the taskbar. Updated updater executable. * v128 Added import popup-Window for the import of an additional CIF for selection of keys and loops to import. Loops are now deletable in the loop editor. The main table shows all entries now, even hkl file data. * v127 Fixed bug that a multi-CIF could not be created by appending another CIF. Finally fixed memory leak in tests. diff --git a/finalcif/__init__.py b/finalcif/__init__.py index eaafdc4f..9e5af065 100644 --- a/finalcif/__init__.py +++ b/finalcif/__init__.py @@ -1,2 +1,2 @@ -VERSION = 128 \ No newline at end of file +VERSION = 129 \ No newline at end of file