File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.0
2+ current_version = 0.1.1
33commit = True
44tag = True
55
@@ -14,19 +14,18 @@ exclude = */migrations/*
1414
1515[tool:pytest]
1616testpaths = tests
17- norecursedirs =
18- migrations
19-
20- python_files =
21- test_*.py
22- *_test.py
23- tests.py
24- addopts =
25- -ra
26- --strict
27- --doctest-modules
28- --doctest-glob =\*.rst
29- --tb =short
17+ norecursedirs =
18+ migrations
19+ python_files =
20+ test_*.py
21+ *_test.py
22+ tests.py
23+ addopts =
24+ -ra
25+ --strict
26+ --doctest-modules
27+ --doctest-glob =\*.rst
28+ --tb =short
3029
3130[isort]
3231force_single_line = True
@@ -36,3 +35,4 @@ default_section = THIRDPARTY
3635forced_separate = test_sanic-rollbar
3736not_skip = __init__.py
3837skip = migrations
38+
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(*names, **kwargs):
2323
2424setup (
2525 name = 'sanic-rollbar' ,
26- version = '0.1.0 ' ,
26+ version = '0.1.1 ' ,
2727 license = 'MIT license' ,
2828 description = 'A Rollbar plugin for Sanic' ,
2929 long_description = '%s\n %s' % (
You can’t perform that action at this time.
0 commit comments