|
| 1 | +# cookiecutter-djangopackage Roadmap |
| 2 | + |
| 3 | +This document outlines the roadmap for [cookiecutter-djangopackage](https://github.com/pydanny/cookiecutter-djangopackage). |
| 4 | + |
| 5 | +#### August 27, 2017 -- sssteinerX |
| 6 | + |
| 7 | +Version 1.0.0 will be the first tagged release. Cleanup only, see below for |
| 8 | +details. |
| 9 | + |
| 10 | +From this point forward, development will be done on a branch other than |
| 11 | +master with merges back to master for new tagged releasess. |
| 12 | + |
| 13 | +Each proposed release will have a checklist. When it's done, the release will |
| 14 | +be merged back to master and tagged. |
| 15 | + |
| 16 | +The first release will be to update all tools used in building the project and |
| 17 | +handle all the outstanding pull requests. |
| 18 | + |
| 19 | +#### 1.0.0 : August 26, 2017 -- ssteinerX |
| 20 | + |
| 21 | +First tagged release with no code changes, really just a clean up release. |
| 22 | + |
| 23 | +Checklist: |
| 24 | + [x] Remove Python 3.3 |
| 25 | + [x] Add Python 3.6 |
| 26 | + [x] Upgrade Travis Ubuntu to Trusty |
| 27 | + [x] All requirements up to date |
| 28 | + [x] Add ROADMAP.md |
| 29 | + [x] All pull requests handled (closed if possible) |
| 30 | + [x] Update CHANGELOG.md |
| 31 | + [x] Tag 1.0.0 |
| 32 | + |
| 33 | +#### 1.1.0 : ???? |
| 34 | + |
| 35 | +The 1.1 series will be mostly to bring the testing matrix up to date to ensure |
| 36 | +compatibility with all current Django releases as per [Django Supported |
| 37 | +Versions](https://www.djangoproject.com/download/#supported-versions). |
| 38 | + |
| 39 | +Each outstanding issue will be revisited to remove those that are no longer |
| 40 | +relevant, request duplicatable cases for those without them, and to generally |
| 41 | +make it possible to take action on any remaining issues. |
| 42 | + |
| 43 | +#### 1.2.0 : ???? |
| 44 | + |
| 45 | +We'll see! This will be fleshed out after going through all of the outstanding |
| 46 | +issues and feature requests. |
| 47 | + |
| 48 | +If you have a feature request, please file an issue! |
0 commit comments