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 5dcc6a4 commit d06f88bCopy full SHA for d06f88b
HISTORY.rst
@@ -4,9 +4,9 @@ History
4
-------
5
6
1.3.1 (2016-11-22)
7
-------------------
+++++++++++++++++++
8
9
-* Fixed `setup.py` on Python 2.
+* Fixed ``setup.py`` on Python 2.
10
11
1.3.0 (2016-11-22)
12
++++++++++++++++++
dev-bin/release.sh
@@ -21,6 +21,7 @@ version="${BASH_REMATCH[1]}"
21
date="${BASH_REMATCH[2]}"
22
notes="$(echo "${BASH_REMATCH[3]}" | sed -n -e '/^[0-9]\+\.[0-9]\+\.[0-9]\+/,$!p')"
23
24
+
25
if [[ "$date" -ne $(date +"%Y-%m-%d") ]]; then
26
echo "$date is not today!"
27
exit 1
0 commit comments