Skip to content

Commit bc776bd

Browse files
committed
2024.4
1 parent d0de616 commit bc776bd

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v3.13.5 (2024.2)
1+
## v3.13.5 (2024.4)
22
### Bug Fixes
33
- backbone
44
- Fixed interactive behaviour when missing sequences

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

biobb_structure_checking/docs/source/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

biobb_structure_checking/docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@
7070

7171
# General information about the project.
7272
project = u'biobb_structure_checking'
73-
copyright = u'2022, Bioexcel Project'
73+
copyright = u'2024, Bioexcel Project'
7474
author = 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.

biobb_structure_checking/docs/source/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

biobb_structure_checking/docs/source/schema.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="biobb_structure_checking",
11-
version="3.13.4",
11+
version="3.13.5",
1212

1313
author="Biobb developers",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)