FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DBUtils/.bumpversion.cfg at main · WebwareForPython/DBUtils · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebwareForPython
/
DBUtils
Public
Notifications
You must be signed in to change notification settings
Fork
62
Star
379
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
DBUtils
/
.bumpversion.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (20 loc) · 734 Bytes
Breadcrumbs
DBUtils
/
.bumpversion.cfg
Copy path
File metadata and controls
26 lines (20 loc) · 734 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[bumpversion]
current_version
= 3.2.0
[bumpversion:file:pyproject.toml]
search
=
version
=
"
{current_version}
"
replace
=
version
=
"
{new_version}
"
[bumpversion:file:dbutils/__init__.py]
search
=
__version__
=
"
{current_version}
"
replace
=
__version__
=
"
{new_version}
"
[bumpversion:file:README.md]
search
= The current version {current_version}
replace
= The current version {new_version}
[bumpversion:file:docs/main.rst]
search
= :Version: {current_version}
replace
= :Version: {new_version}
[bumpversion:file:docs/main.de.rst]
search
= :Version: {current_version}
replace
= :Version: {new_version}
[bumpversion:file:tox.ini]
search
= dbutils-{current_version}-py3-none-any.whl
replace
= dbutils-{new_version}-py3-none-any.whl
Back
|
FazBrowse Home
|
New Git URL