File tree Expand file tree Collapse file tree 8 files changed +244
-81
lines changed
templates/.github/workflows Expand file tree Collapse file tree 8 files changed +244
-81
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,18 @@ tag = True
77search = ' fallback_version' : ' {current_version}'
88replace = ' fallback_version' : ' {new_version}'
99
10- [bumpversion:file:README.rst]
10+ [bumpversion:file (badge) :README.rst]
1111search = /v{current_version}.svg
1212replace = /v{new_version}.svg
1313
14+ [bumpversion:file (link):README.rst]
15+ search = /v{current_version}...master
16+ replace = /v{new_version}...master
17+
1418[bumpversion:file:docs/conf.py]
1519search = version = release = ' {current_version}'
1620replace = version = release = ' {new_version}'
1721
1822[bumpversion:file:src/lazy_object_proxy/__init__.py]
1923search = __version__ = ' {current_version}'
2024replace = __version__ = ' {new_version}'
21-
Original file line number Diff line number Diff line change 22
33default_context:
44 allow_tests_inside_package: no
5- appveyor: yes
5+ appveyor: no
66 c_extension_function: '-'
77 c_extension_module: '-'
88 c_extension_optional: yes
@@ -19,7 +19,8 @@ default_context:
1919 distribution_name: lazy-object-proxy
20202121 full_name: Ionel Cristian Mărieș
22- legacy_python: yes
22+ github_actions: yes
23+ legacy_python: no
2324 license: BSD 2-Clause License
2425 linter: flake8
2526 package_name: lazy_object_proxy
@@ -28,9 +29,10 @@ default_context:
2829 project_short_description: A fast and thorough lazy object proxy.
2930 pypi_badge: yes
3031 pypi_disable_upload: no
31- release_date: '2020-11-26 '
32+ release_date: '2021-03-22 '
3233 repo_hosting: github.com
3334 repo_hosting_domain: github.com
35+ repo_main_branch: master
3436 repo_name: python-lazy-object-proxy
3537 repo_username: ionelmc
3638 requiresio: yes
@@ -44,9 +46,10 @@ default_context:
4446 test_matrix_configurator: no
4547 test_matrix_separate_coverage: yes
4648 test_runner: pytest
47- travis: yes
48- travis_osx: yes
49- version: 1.5.2
49+ travis: no
50+ travis_osx: no
51+ version: 1.6.0
52+ version_manager: bump2version
5053 website: https://blog.ionelmc.ro
5154 year_from: '2014'
5255 year_to: '2021'
You can’t perform that action at this time.
0 commit comments