Skip to content

Commit

Permalink
Merge pull request #32 from YakDriver/autorelease/0.2.7
Browse files Browse the repository at this point in the history
Release version 0.2.7
  • Loading branch information
mergify[bot] authored May 15, 2020
2 parents 15c6608 + db6217f commit 7c40b09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[bumpversion]
current_version = 0.2.6
current_version = 0.2.7
commit = False
tag = False
tag_name = {new_version}

[bumpversion:file:oschmod/__init__.py]

[bumpversion:file:setup.cfg]

2 changes: 1 addition & 1 deletion oschmod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"S_IXOTH"
)

__version__ = "0.2.6"
__version__ = "0.2.7"


def get_mode(path):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
url = https://github.com/yakdriver/oschmod
Expand Down

0 comments on commit 7c40b09

Please sign in to comment.