##// END OF EJS Templates
make update_whatsnew script executable...
Min RK -
Show More
@@ -16,3 +16,5 b' have a filename starting with `incompat-`, such as'
16 `incompat-switching-to-perl.rst`. Our "What's new" files always have two
16 `incompat-switching-to-perl.rst`. Our "What's new" files always have two
17 sections, and this prefix scheme will make sure that the backwards incompatible
17 sections, and this prefix scheme will make sure that the backwards incompatible
18 changes get routed to their proper section.
18 changes get routed to their proper section.
19
20 To merge these files into :file:`whatsnew/development.rst`, run the script :file:`tools/update_whatsnew.py`.
@@ -1,3 +1,4 b''
1 #!/usr/bin/env python
1 """Update the What's New doc (development version)
2 """Update the What's New doc (development version)
2
3
3 This collects the snippets from whatsnew/pr/, moves their content into
4 This collects the snippets from whatsnew/pr/, moves their content into
General Comments 0
You need to be logged in to leave comments. Login now