Skip to content

Commit

Permalink
v1.4.0 (03/12/2019) - introduced simple semantic versioning according…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Krojer authored Dec 3, 2019
1 parent 3dac286 commit a6b34ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.4.0 (03/12/2019)
- introduced simple semantic versioning according to https://semver.org

v1.3.8.19 (02/12/2019)
- bug fix: xce to read resolution at Mn(I)/sig(I) of 2.0 (and 1.5 if possible) from aimless log; now only reads either one or the other. Datasets table now only shows reso at 2.0 since 1.5 not always shown
- bug fix: read gda barcodes into DB and display in datasets table
Expand Down Expand Up @@ -103,4 +106,4 @@ v1.3.3 (19/02/2019)
- bug fix: removed not supported 'group leader' and 'investigator' option from edit deposition data menu

v1.3.2 (12/02/2019)
- bug fix: removed reference to non-existent labels (prevented opening of
- bug fix: removed reference to non-existent labels (prevented opening of
2 changes: 1 addition & 1 deletion gui_scripts/settings_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def set_xce_logfile(self, xce_object):

def settings(self, xce_object):
# set XCE version
xce_object.xce_version = 'v1.3.8.19'
xce_object.xce_version = 'v1.4.0'

# general settings
xce_object.allowed_unitcell_difference_percent = 12
Expand Down
2 changes: 1 addition & 1 deletion lib/XChemLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_logfile(self,version):
' # #\n'
' # Version: %s #\n' %pasteVersion+
' # #\n'
' # Date: 02/12/2019 #\n'
' # Date: 03/12/2019 #\n'
' # #\n'
' # Authors: Tobias Krojer, Structural Genomics Consortium, Oxford, UK #\n'
' # [email protected] #\n'
Expand Down

0 comments on commit a6b34ae

Please sign in to comment.