Skip to content

Commit

Permalink
Merge pull request #10 from grishasergii/feature-bump-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
grishasergii authored Dec 29, 2020
2 parents 595ea1b + 6800791 commit fa71109
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -33,4 +33,4 @@ replace = version {new_version}
main_branches = master
major_branches = major
minor_branches = feature
patch_branches = hotfix, bugfix
patch_branches = hotfix, bugfix
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.0
version=0.2.0
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kyivmural API

version 0.1.0
version 0.2.0

API component of kyivmural.com
2 changes: 1 addition & 1 deletion templates/api-specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/api.cfn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
AWSTemplateFormatVersion: 2010-09-09
Description: Kyivmural API v0.1.0 - API
Description: Kyivmural API v0.2.0 - API

Parameters:
Branch:
Expand Down
2 changes: 1 addition & 1 deletion templates/database.cfn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
AWSTemplateFormatVersion: 2010-09-09
Description: Kyivmural API v0.1.0 - Database
Description: Kyivmural API v0.2.0 - Database

Parameters:
Branch:
Expand Down
2 changes: 1 addition & 1 deletion templates/kyivmural-api.cfn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
AWSTemplateFormatVersion: "2010-09-09"
Description: Kyivmural API v0.1.0
Description: Kyivmural API v0.2.0

Parameters:
Branch:
Expand Down

0 comments on commit fa71109

Please sign in to comment.