diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 487a43e..7bc1fe3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] -current_version = 0.1.0 -commit = False +current_version = 0.2.0 +commit = True tag = True tag_name = v{new_version} message = Bump version: {current_version} -> {new_version} @@ -33,4 +33,4 @@ replace = version {new_version} main_branches = master major_branches = major minor_branches = feature -patch_branches = hotfix, bugfix \ No newline at end of file +patch_branches = hotfix, bugfix diff --git a/VERSION b/VERSION index ce0c6a9..04d070a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=0.1.0 \ No newline at end of file +version=0.2.0 \ No newline at end of file diff --git a/readme.md b/readme.md index 96dc72c..6fad3b9 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Kyivmural API -version 0.1.0 +version 0.2.0 API component of kyivmural.com diff --git a/templates/api-specification.yml b/templates/api-specification.yml index 8d81b95..d3bb80b 100644 --- a/templates/api-specification.yml +++ b/templates/api-specification.yml @@ -3,7 +3,7 @@ openapi: 3.0.1 info: title: Kyivmural API description: Kyivmural API - version: 0.1.0 + version: 0.2.0 tags: - name: mural description: Operations about murals diff --git a/templates/api.cfn b/templates/api.cfn index 34a14fe..98a003b 100644 --- a/templates/api.cfn +++ b/templates/api.cfn @@ -1,6 +1,6 @@ --- AWSTemplateFormatVersion: 2010-09-09 -Description: Kyivmural API v0.1.0 - API +Description: Kyivmural API v0.2.0 - API Parameters: Branch: diff --git a/templates/database.cfn b/templates/database.cfn index 1f1fe67..717ebc0 100644 --- a/templates/database.cfn +++ b/templates/database.cfn @@ -1,6 +1,6 @@ --- AWSTemplateFormatVersion: 2010-09-09 -Description: Kyivmural API v0.1.0 - Database +Description: Kyivmural API v0.2.0 - Database Parameters: Branch: diff --git a/templates/kyivmural-api.cfn b/templates/kyivmural-api.cfn index 67fbda8..8909cf1 100644 --- a/templates/kyivmural-api.cfn +++ b/templates/kyivmural-api.cfn @@ -1,6 +1,6 @@ --- AWSTemplateFormatVersion: "2010-09-09" -Description: Kyivmural API v0.1.0 +Description: Kyivmural API v0.2.0 Parameters: Branch: