From c864d3e7aac6ba156ae8928709a0e63a08a951c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 22:44:33 +0000 Subject: [PATCH] Release version 0.3.11 --- .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 1135950..832c9a1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.10 +current_version = 0.3.11 commit = False tag = False tag_name = {new_version} diff --git a/oschmod/__init__.py b/oschmod/__init__.py index 62fd41f..001f1a9 100644 --- a/oschmod/__init__.py +++ b/oschmod/__init__.py @@ -154,7 +154,7 @@ "S_IXOTH" ) -__version__ = "0.3.10" +__version__ = "0.3.11" def get_mode(path): diff --git a/setup.cfg b/setup.cfg index c6f9912..ffa660f 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.3.10 +version = 0.3.11 author = YakDriver author_email = dirk.avery@GEEmail.com url = https://github.com/yakdriver/oschmod