Skip to content

Commit

Permalink
add a script to print releases timeline in RST format; also show a di…
Browse files Browse the repository at this point in the history
…ff between versions in the timeline section of the doc
  • Loading branch information
giampaolo committed May 10, 2017
1 parent 58aef46 commit 80f43ab
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 57 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ release:
print-announce:
@PYTHONWARNINGS=all $(PYTHON) scripts/internal/print_announce.py

# Print releases' timeline.
print-timeline:
@PYTHONWARNINGS=all $(PYTHON) scripts/internal/print_timeline.py

# ===================================================================
# Misc
# ===================================================================
Expand Down
Loading

0 comments on commit 80f43ab

Please sign in to comment.