Skip to content

Commit

Permalink
Bump version: 2.1.0 → 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Aug 18, 2021
1 parent b4d86d9 commit f49984a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "AutoClassWeb (v2.1.0): a web app to run AutoClass C Bayesian clustering",
"title": "AutoClassWeb (v2.1.1): a web app to run AutoClass C Bayesian clustering",
"creators": [{
"name": "Poulain, Pierre",
"orcid": "0000-0003-4177-3619"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
**Dev**

**2.1.1**
- Update Dockerfile with Biocontainers template

**2.1.0**
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ubuntu:20.04
LABEL base_image="ubuntu:20.04"
LABEL version="4"
LABEL software="autoclassweb"
LABEL software.version="2.1.0"
LABEL software.version="2.1.1"
LABEL about.summary="A web app to run AutoClass C Bayesian clustering"
LABEL about.home="https://github.com/pierrepo/autoclassweb"
LABEL about.documentation="https://github.com/pierrepo/autoclassweb"
Expand Down
2 changes: 1 addition & 1 deletion devtools/bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 2.1.0
current_version = 2.1.1

[bumpversion:file:flaskapp/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion flaskapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# config module must be loaded after user config file
import config
app.config.from_object(config.CreateConfig)
app.config["VERSION"] = "2.1.0"
app.config["VERSION"] = "2.1.1"
app.logger.info(f"AutoClassWeb version: {app.config['VERSION']}")


Expand Down

0 comments on commit f49984a

Please sign in to comment.