Skip to content

Commit f259c1a

Browse files
committed
Up.
1 parent 3b2607a commit f259c1a

File tree

20 files changed

+4902
-2939
lines changed

20 files changed

+4902
-2939
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ current_version = 1.0.0
33
commit = True
44
tag = True
55

6-
[bumpversion:file:setup.py]
7-
search = "fallback_version": "{current_version}"
8-
replace = "fallback_version": "{new_version}"
6+
[bumpversion:file:pyproject.toml]
7+
search = fallback_version = "{current_version}"
8+
replace = fallback_version = "{new_version}"
99

1010
[bumpversion:file (badge):README.rst]
1111
search = /v{current_version}.svg

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ default_context:
3737
sphinx_docs: 'yes'
3838
sphinx_docs_hosting: https://python-nameless.readthedocs.io/
3939
sphinx_doctest: 'yes'
40-
sphinx_theme: sphinx-rtd-theme
40+
sphinx_theme: furo
4141
test_matrix_separate_coverage: 'yes'
4242
tests_inside_package: 'yes'
4343
version: 1.0.0

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branch = true
66
source =
77
src
88
tests
9-
parallel = true
9+
patch = subprocess
1010

1111
[report]
1212
show_missing = true

0 commit comments

Comments
 (0)