forked from stephanepechard/projy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
52 lines (37 loc) · 990 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Changelog
=========
0.4.2-dev
---------
* Replace bin script by auto-generated through entry_points
* Fix Python3 error on install
* Fix docopt import
* Fix DEBUG_TOOLBAR_PANELS to version 1.0
* Remove bootstrap file
0.4.1 (2013-10-21)
----------------
* Fix crash with UTF-8 username
* Fix crash with some templates asking for a post hook
0.4 (2013-10-15)
----------------
* Add post hook to run python commands after template completion
* Add full Django project template following most recommandations of 'Two Scoops of Django'
0.3 (2012-11-18)
------------------
* Update templates
* Use blessings to print text
* Update project to same file organisation as appypi
* Add requirement files
* New README.txt file
* Add tests suite, to be continued...
0.2 (2012-08-14)
------------------
* More documentation
0.1.2 (2012-07-03)
------------------
* New Bootstrap template
0.1.1 (2012-06-24)
------------------
* Minor fix
0.1 (2012-06-24)
----------------
* Initial release