Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Aug 18, 2021
1 parent a71e03d commit ea0f5d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.0.0): a web app to run AutoClass C Bayesian clustering",
"title": "AutoClassWeb (v2.1.0): 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.0**
- Fix style in help/documentation
- Update documentation
- Set default max run time to 48 hours
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.0.0
current_version = 2.1.0

[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.0.0"
app.config["VERSION"] = "2.1.0"
app.logger.info(f"AutoClassWeb version: {app.config['VERSION']}")


Expand Down

0 comments on commit ea0f5d1

Please sign in to comment.