From 819bea9dedeb75a43a15850eafa31f17d54d670f Mon Sep 17 00:00:00 2001 From: Pau Andrio <andriopau@gmail.com> Date: Mon, 29 Aug 2022 12:54:34 +0200 Subject: [PATCH] 2022.3 v3.8.0 Release --- README.md | 6 +++--- biobb_common/__init__.py | 1 + biobb_common/docs/source/conf.py | 6 +++--- biobb_common/docs/source/readme.md | 6 +++--- biobb_common/docs/source/schema.html | 2 +- biobb_common/json_schemas/biobb_common.json | 6 +++--- 6 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5154196..fd153cd 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ The latest documentation of this package can be found in our readthedocs site: [latest API documentation](http://biobb_common.readthedocs.io/en/latest/). ### Version -v3.7.0 2021.3 +v3.8.0 2022.3 ### Copyright & Licensing This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)). -* (c) 2015-2021 [Barcelona Supercomputing Center](https://www.bsc.es/) -* (c) 2015-2021 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) +* (c) 2015-2022 [Barcelona Supercomputing Center](https://www.bsc.es/) +* (c) 2015-2022 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details. diff --git a/biobb_common/__init__.py b/biobb_common/__init__.py index f81c6ee..6d30d89 100644 --- a/biobb_common/__init__.py +++ b/biobb_common/__init__.py @@ -1 +1,2 @@ name = "biobb_common" +__version__ = "3.8.0" \ No newline at end of file diff --git a/biobb_common/docs/source/conf.py b/biobb_common/docs/source/conf.py index ba7cb77..3464b9e 100644 --- a/biobb_common/docs/source/conf.py +++ b/biobb_common/docs/source/conf.py @@ -67,7 +67,7 @@ master_doc = 'index' # General information about the project. project = u'biobb_common' -copyright = u'2021, Bioexcel Project' +copyright = u'2022, Bioexcel Project' author = u'Bioexcel Project' # The version info for the project you're documenting, acts as replacement for @@ -75,9 +75,9 @@ author = u'Bioexcel Project' # built documents. # # The short X.Y version. -version = u'3.7.0' +version = u'3.8.0' # The full version, including alpha/beta/rc tags. -release = u'2021.3' +release = u'2022.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/biobb_common/docs/source/readme.md b/biobb_common/docs/source/readme.md index 5154196..fd153cd 100644 --- a/biobb_common/docs/source/readme.md +++ b/biobb_common/docs/source/readme.md @@ -16,13 +16,13 @@ The latest documentation of this package can be found in our readthedocs site: [latest API documentation](http://biobb_common.readthedocs.io/en/latest/). ### Version -v3.7.0 2021.3 +v3.8.0 2022.3 ### Copyright & Licensing This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)). -* (c) 2015-2021 [Barcelona Supercomputing Center](https://www.bsc.es/) -* (c) 2015-2021 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) +* (c) 2015-2022 [Barcelona Supercomputing Center](https://www.bsc.es/) +* (c) 2015-2022 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details. diff --git a/biobb_common/docs/source/schema.html b/biobb_common/docs/source/schema.html index d0ee8a8..085dd87 100644 --- a/biobb_common/docs/source/schema.html +++ b/biobb_common/docs/source/schema.html @@ -10,7 +10,7 @@ "applicationSubCategory": "http://www.edamontology.org/topic_3892", "citation": "https://www.nature.com/articles/s41597-019-0177-4", "license": "https://www.apache.org/licenses/LICENSE-2.0", - "softwareVersion": "3.7.0", + "softwareVersion": "3.8.0", "applicationSuite": "BioBB BioExcel Building Blocks", "codeRepository": "https://github.com/bioexcel/biobb_common", "isAccessibleForFree": "True", diff --git a/biobb_common/json_schemas/biobb_common.json b/biobb_common/json_schemas/biobb_common.json index 36505b9..abf0a6a 100644 --- a/biobb_common/json_schemas/biobb_common.json +++ b/biobb_common/json_schemas/biobb_common.json @@ -6,7 +6,7 @@ "conda": "https://anaconda.org/bioconda/biobb_common", "docker": "https://quay.io/biocontainers/biobb_common", "singularity": "https://www.singularity-hub.org/collections/2734/usage", - "version": "3.7.0", + "version": "3.8.0", "tools" : [ { "block" : "", @@ -16,10 +16,10 @@ ], "dep_pypi" : [ "install_requires=['pyyaml', 'requests', 'biopython==1.79']", - "python_requires='==3.7.*'" + "python_requires='>=3.7'" ], "dep_conda" : [ - "python ==3.7.*", + "python >=3.7", "pyyaml", "requests", "biopython ==1.79" -- GitLab