Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
se7entyse7en committed Jun 27, 2020
1 parent 3fec50f commit 42fd8a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
commit = True
tag = False

Expand All @@ -10,5 +10,6 @@ tag = False
[bumpversion:file:HISTORY.md]
search = ## Unreleased
replace = ## Unreleased
-
- ## [v{new_version} - {now:%Y-%m-%d}](https://github.com/se7entyse7en/pydockenv/compare/v{current_version}...v{new_version})
-
- ## [v{new_version} - {now:%Y-%m-%d}](https://github.com/se7entyse7en/pydockenv/compare/v{current_version}...v{new_version})

2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# HISTORY

## Unreleased
-
- ## [v0.6.0 - 2020-06-27](https://github.com/se7entyse7en/pydockenv/compare/v0.5.0...v0.6.0)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

var VERSION = "0.5.0"
var VERSION = "0.6.0"

var rootCmd = &cobra.Command{
Use: "pydockenv",
Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "pydockenv",
"version": "0.5.0",
"version": "0.6.0",
"author": "Lou Marvin Caraig",
"author_email": "[email protected]",
"description": "Python Virtualenv Powered by Docker",
Expand Down

0 comments on commit 42fd8a3

Please sign in to comment.