From db6217f5b4aed4a59f95cea9141033a5bc47e732 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 22:45:07 +0000 Subject: [PATCH] Release version 0.2.7 --- .bumpversion.cfg | 3 +-- oschmod/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5619901..808dfb5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.2.7 commit = False tag = False tag_name = {new_version} @@ -7,4 +7,3 @@ tag_name = {new_version} [bumpversion:file:oschmod/__init__.py] [bumpversion:file:setup.cfg] - diff --git a/oschmod/__init__.py b/oschmod/__init__.py index 6134bc5..d360530 100644 --- a/oschmod/__init__.py +++ b/oschmod/__init__.py @@ -153,7 +153,7 @@ "S_IXOTH" ) -__version__ = "0.2.6" +__version__ = "0.2.7" def get_mode(path): diff --git a/setup.cfg b/setup.cfg index b2fd825..226649e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = oschmod description = Windows and Linux compatible chmod long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown -version = 0.2.6 +version = 0.2.7 author = YakDriver author_email = projects@plus3it.com url = https://github.com/yakdriver/oschmod