Skip to content

Commit

Permalink
rST isn't Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 22, 2016
1 parent 5dcc6a4 commit d06f88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ History
-------

1.3.1 (2016-11-22)
------------------
++++++++++++++++++

* Fixed `setup.py` on Python 2.
* Fixed ``setup.py`` on Python 2.

1.3.0 (2016-11-22)
++++++++++++++++++
Expand Down
1 change: 1 addition & 0 deletions dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ version="${BASH_REMATCH[1]}"
date="${BASH_REMATCH[2]}"
notes="$(echo "${BASH_REMATCH[3]}" | sed -n -e '/^[0-9]\+\.[0-9]\+\.[0-9]\+/,$!p')"


if [[ "$date" -ne $(date +"%Y-%m-%d") ]]; then
echo "$date is not today!"
exit 1
Expand Down

0 comments on commit d06f88b

Please sign in to comment.