Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e9aab4

Browse files
committed
add bump2version utility
1 parent 7fd97fe commit 7e9aab4

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.bumpversion.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[bumpversion]
2+
current_version = 3.4.2
3+
4+
[bumpversion:glob:./handout-*.tex]
5+
search = Matplotlib {current_version}
6+
replace = Matplotlib {new_version}
7+
8+
[bumpversion:file:./requirements/requirements.in]
9+
search = matplotlib=={current_version}
10+
replace = matplotlib=={new_version}

requirements/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
bump2version
12
cartopy==0.19.0.post1
23
matplotlib==3.4.2
34
pip-tools

requirements/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
appdirs==1.4.4
1010
# via virtualenv
11+
bump2version==1.0.1
12+
# via -r requirements.in
1113
cartopy==0.19.0.post1
1214
# via -r requirements.in
1315
cfgv==3.2.0

0 commit comments

Comments
 (0)