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 )
2
2
### Bug Fixes
3
3
- backbone
4
4
- 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:
10
10
[ latest package documentation] ( http://biobb_structure_checking.readthedocs.io/en/latest/ ) .
11
11
12
12
### Version
13
- v3.13.4 September 2024
13
+ v3.13.5 September 2024
14
14
15
15
### Requirements
16
16
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
+
1
8
## v3.13.4 (2023.3)
2
9
### Bug Fixes
3
10
- sequences
Original file line number Diff line number Diff line change 70
70
71
71
# General information about the project.
72
72
project = u'biobb_structure_checking'
73
- copyright = u'2022 , Bioexcel Project'
73
+ copyright = u'2024 , Bioexcel Project'
74
74
author = u'Josep Ll. Gelpi, Bioexcel Project'
75
75
76
76
# The version info for the project you're documenting, acts as replacement for
77
77
# |version| and |release|, also used in various other places throughout the
78
78
# built documents.
79
79
#
80
80
# The short X.Y version.
81
- version = u'3.13.4 '
81
+ version = u'3.13.5 '
82
82
# The full version, including alpha/beta/rc tags.
83
- release = u'3.13.4 '
83
+ release = u'3.13.5 '
84
84
85
85
# The language for content autogenerated by Sphinx. Refer to documentation
86
86
# 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:
10
10
[ latest package documentation] ( http://biobb_structure_checking.readthedocs.io/en/latest/ ) .
11
11
12
12
### Version
13
- v3.13.4 September 2024
13
+ v3.13.5 September 2024
14
14
15
15
### Requirements
16
16
Original file line number Diff line number Diff line change 10
10
"applicationSubCategory" : "" ,
11
11
"citation" : "https://www.nature.com/articles/s41597-019-0177-4" ,
12
12
"license" : "" ,
13
- "softwareVersion" : "3.13.4 " ,
13
+ "softwareVersion" : "3.13.5 " ,
14
14
"applicationSuite" : "BioBB BioExcel Building Blocks" ,
15
15
"codeRepository" : "https://github.com/bioexcel/biobb_structure_checking" ,
16
16
"isAccessibleForFree" : "True" ,
Original file line number Diff line number Diff line change 8
8
9
9
setuptools .setup (
10
10
name = "biobb_structure_checking" ,
11
- version = "3.13.4 " ,
11
+ version = "3.13.5 " ,
12
12
13
13
author = "Biobb developers" ,
14
14
You can’t perform that action at this time.
0 commit comments