Skip to content

Commit aaa9ab8

Browse files
committed
make_a_release.sh: bmaptool/CLI.py moved into ./src directory
1 parent 4e6329c commit aaa9ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make_a_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ fi
9191
ask_question "Did you update the man page"
9292
ask_question "Did you update tests: test-data and oldcodebase"
9393

94-
# Change the version in the 'bmaptool/CLI.py' file
95-
sed -i -e "s/^VERSION = \"[0-9]\+\.[0-9]\+\.[0-9]\+\"$/VERSION = \"$new_ver\"/" bmaptool/CLI.py
94+
# Change the version in the './src/bmaptool/CLI.py' file
95+
sed -i -e "s/^VERSION = \"[0-9]\+\.[0-9]\+\.[0-9]\+\"$/VERSION = \"$new_ver\"/" ./src/bmaptool/CLI.py
9696
# Sed the version in the RPM spec file
9797
sed -i -e "s/^Version: [0-9]\+\.[0-9]\+\.[0-9]\+$/Version: $new_ver/" packaging/bmaptool.spec
9898
# Remove the "rc_num" macro from the RPM spec file to make sure we do not have

0 commit comments

Comments
 (0)