We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2330c commit 2730fc3Copy full SHA for 2730fc3
release
@@ -92,12 +92,6 @@ replace_with="__version__ = \"$next_version\""
92
echo -e "${YELLOW}--->${COLOR_OFF} Updating ${INIT_PACKAGE_NAME}/__init__.py"
93
sed "s/$find_this/$replace_with/" ${INIT_PACKAGE_NAME}/__init__.py > $TMPFILE && mv $TMPFILE ${INIT_PACKAGE_NAME}/__init__.py
94
95
-find_this="${PACKAGE_NAME}.git@$current_version"
96
-replace_with="${PACKAGE_NAME}.git@$next_version"
97
-
98
-echo -e "${YELLOW}--->${COLOR_OFF} Updating README.rst"
99
-sed "s/$find_this/$replace_with/" README.rst > $TMPFILE && mv $TMPFILE README.rst
100
101
if [ -f docs/conf.py ]; then
102
echo -e "${YELLOW}--->${COLOR_OFF} Updating docs"
103
find_this="version = '${current_version}'"
0 commit comments