The beginning of public history

This commit is contained in:
2019-09-16 02:07:41 -04:00
commit 64a2ffbc89
1104 changed files with 7534 additions and 0 deletions

17
.bumpversion.cfg Normal file
View File

@@ -0,0 +1,17 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
tag_name = {new_version}
message = Bump version: {current_version} -> {new_version}
[bumpversion:file:VERSION]
search = __version__ = {current_version}
replace = __version__ = {new_version}
[semver]
main_branches = develop
major_branches =
minor_branches = feature
patch_branches = bugfix, hotfix