Skip to content

Commit e6a52a0

Browse files
Merge pull request #13 from eduNEXT/MJG/missing_tag_config
fix: missing tag configuration for bumpversion
2 parents 94b4e36 + 1b5c265 commit e6a52a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ indent = ' '
44
line_length = 120
55
multi_line_output = 3
66

7+
[bumpversion]
8+
current_version = 0.1.0
9+
commit = True
10+
tag = True
11+
712
[bumpversion:file:openedx_events/__init__.py]
813

914
[wheel]

0 commit comments

Comments
 (0)