From 30ba31f2f12b986dbc6b34235e8829da6ec7eb71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 22:44:34 +0000 Subject: [PATCH] Release version 0.2.6 --- .bumpversion.cfg | 2 +- oschmod/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 672f5cc..5619901 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 commit = False tag = False tag_name = {new_version} diff --git a/oschmod/__init__.py b/oschmod/__init__.py index a9febf3..6134bc5 100644 --- a/oschmod/__init__.py +++ b/oschmod/__init__.py @@ -153,7 +153,7 @@ "S_IXOTH" ) -__version__ = "0.2.5" +__version__ = "0.2.6" def get_mode(path): diff --git a/setup.cfg b/setup.cfg index 28a90a7..b2fd825 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.5 +version = 0.2.6 author = YakDriver author_email = projects@plus3it.com url = https://github.com/yakdriver/oschmod