Skip to content

Commit a5be966

Browse files
authored
Merge pull request #71 from YakDriver/autorelease/0.3.12
Release version 0.3.12
2 parents 5d14ca8 + 602bf0d commit a5be966

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.11
2+
current_version = 0.3.12
33
commit = False
44
tag = False
55
tag_name = {new_version}

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
- "3.5"
1010
- "3.6"
1111
- "3.7"
12+
- "3.8"
1213

1314
env:
1415
global:

oschmod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"S_IXOTH"
155155
)
156156

157-
__version__ = "0.3.11"
157+
__version__ = "0.3.12"
158158

159159

160160
def get_mode(path):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = oschmod
33
description = Windows and Linux compatible chmod
44
long_description = file: README.md, CHANGELOG.md
55
long_description_content_type = text/markdown
6-
version = 0.3.11
6+
version = 0.3.12
77
author = YakDriver
88
author_email = dirk.avery@GEEmail.com
99
url = https://github.com/yakdriver/oschmod

0 commit comments

Comments
 (0)