File tree Expand file tree Collapse file tree 7 files changed +15
-8
lines changed
biobb_structure_checking/docs/source Expand file tree Collapse file tree 7 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1- ## v3.13.5 (2024.2 )
1+ ## v3.13.5 (2024.4 )
22### Bug Fixes
33- backbone
44 - Fixed interactive behaviour when missing sequences
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The latest documentation of this package can be found in our readthedocs site:
1010[ latest package documentation] ( http://biobb_structure_checking.readthedocs.io/en/latest/ ) .
1111
1212### Version
13- v3.13.4 September 2024
13+ v3.13.5 September 2024
1414
1515### Requirements
1616
Original file line number Diff line number Diff line change 1+ ## v3.13.5 (2024.4)
2+ ### Bug Fixes
3+ - backbone
4+ - Fixed interactive behaviour when missing sequences
5+ - mutateside
6+ - Fixed bug. Mutated residue was deleted when using --rebuild
7+
18## v3.13.4 (2023.3)
29### Bug Fixes
310- sequences
Original file line number Diff line number Diff line change 7070
7171# General information about the project.
7272project = u'biobb_structure_checking'
73- copyright = u'2022 , Bioexcel Project'
73+ copyright = u'2024 , Bioexcel Project'
7474author = u'Josep Ll. Gelpi, Bioexcel Project'
7575
7676# The version info for the project you're documenting, acts as replacement for
7777# |version| and |release|, also used in various other places throughout the
7878# built documents.
7979#
8080# The short X.Y version.
81- version = u'3.13.4 '
81+ version = u'3.13.5 '
8282# The full version, including alpha/beta/rc tags.
83- release = u'3.13.4 '
83+ release = u'3.13.5 '
8484
8585# The language for content autogenerated by Sphinx. Refer to documentation
8686# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The latest documentation of this package can be found in our readthedocs site:
1010[ latest package documentation] ( http://biobb_structure_checking.readthedocs.io/en/latest/ ) .
1111
1212### Version
13- v3.13.4 September 2024
13+ v3.13.5 September 2024
1414
1515### Requirements
1616
Original file line number Diff line number Diff line change 1010 "applicationSubCategory" : "" ,
1111 "citation" : "https://www.nature.com/articles/s41597-019-0177-4" ,
1212 "license" : "" ,
13- "softwareVersion" : "3.13.4 " ,
13+ "softwareVersion" : "3.13.5 " ,
1414 "applicationSuite" : "BioBB BioExcel Building Blocks" ,
1515 "codeRepository" : "https://github.com/bioexcel/biobb_structure_checking" ,
1616 "isAccessibleForFree" : "True" ,
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "biobb_structure_checking" ,
11- version = "3.13.4 " ,
11+ version = "3.13.5 " ,
1212
1313 author = "Biobb developers" ,
1414
You can’t perform that action at this time.
0 commit comments