8000 Generate release cycle chart and CSV by hugovk · Pull Request #988 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Generate release cycle chart and CSV #988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Wording: End-of-life -> End of life
  • Loading branch information
hugovk committed Nov 22, 2022
commit 4be979ea84a75501b5a1698c765936ebc5e59b52
2 changes: 1 addition & 1 deletion generate-release-cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Schedule",
"Status",
"First release",
"End-of-life",
"End of life",
"Release manager",
)

Expand Down
2 changes: 1 addition & 1 deletion include/branches.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Branch,Schedule,Status,First release,End-of-life,Release manager
Branch,Schedule,Status,First release,End of life,Release manager
main,:pep:`693`,feature,*2023-10-02*,*2028-10*,Thomas Wouters
3.11,:pep:`664`,bugfix,2022-10-24,*2027-10*,Pablo Galindo Salgado
3.10,:pep:`619`,bugfix,2021-10-04,*2026-10*,Pablo Galindo Salgado
Expand Down
2 changes: 1 addition & 1 deletion include/end-of-life.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Branch,Schedule,Status,First release,End-of-life,Release manager
Branch,Schedule,Status,First release,End of life,Release manager
3.6,:pep:`494`,end-of-life,2016-12-23,2021-12-23,Ned Deily
3.5,:pep:`478`,end-of-life,2015-09-13,2020-09-30,Larry Hastings
3.4,:pep:`429`,end-of-life,2014-03-16,2019-03-18,Larry Hastings
Expand Down
0