From 42fd8a30555ede33232fd79a697c8df10151d3fe Mon Sep 17 00:00:00 2001 From: Lou Marvin Caraig Date: Sat, 27 Jun 2020 23:22:44 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 7 ++++--- HISTORY.md | 2 ++ cmd/root.go | 2 +- meta.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cdbc836..478c10b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = False @@ -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}) + diff --git a/HISTORY.md b/HISTORY.md index d798d8d..6499cec 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/cmd/root.go b/cmd/root.go index 08d4810..42ff3ef 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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", diff --git a/meta.json b/meta.json index f81c986..b332f17 100644 --- a/meta.json +++ b/meta.json @@ -1,6 +1,6 @@ { "title": "pydockenv", - "version": "0.5.0", + "version": "0.6.0", "author": "Lou Marvin Caraig", "author_email": "loumarvincaraig@gmail.com", "description": "Python Virtualenv Powered by Docker",