summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-09-09 20:12:32 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2018-09-09 20:12:32 -0700
commitee802fbff777a0d892e53a16678f15d36cb75a5b (patch)
tree07a85475810dcca08a153d0be7d4a42d9d6f141d /setup.cfg
parentc00859f55a869adbef506c19918f9dcf41a8870c (diff)
downloadnatsort-ee802fbff777a0d892e53a16678f15d36cb75a5b.tar.gz
Bump version: 5.4.0 → 5.4.15.4.1
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg28
1 files changed, 13 insertions, 15 deletions
diff --git a/setup.cfg b/setup.cfg
index 13b832e..784a9a9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.4.0
+current_version = 5.4.1
commit = True
tag = True
tag_name = {new_version}
@@ -54,17 +54,15 @@ max-line-length = 89
import-order-style = pycharm
doctests = True
max-complexity = 10
-exclude =
- natsort.egg-info,
- .tox,
- .cache,
- .git,
- __pycache__,
- build,
- dist,
- # This has mostly auto-generated code
- docs,
- # Let's not check library code
- .venv,
- # This file simply has too many intentional errors
- natsort/compat/py23.py \ No newline at end of file
+exclude =
+ natsort.egg-info,
+ .tox,
+ .cache,
+ .git,
+ __pycache__,
+ build,
+ dist,
+ docs,
+ .venv,
+ natsort/compat/py23.py
+