Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Dec 23, 2019
1 parent ba0956e commit d9a4ade
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
**Dev**

**1.1.0**
- Minor updates
- Documentation of default configuration

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 = 1.0.0
current_version = 1.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion flaskapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# config module must be loaded after user config file
import config
app.config.from_object(config.CreateConfig)
app.config["VERSION"] = "1.0.0"
app.config["VERSION"] = "1.1.0"
app.logger.info(f"AutoClassWeb version: {app.config['VERSION']}")


Expand Down

0 comments on commit d9a4ade

Please sign in to comment.