-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES.txt
49 lines (28 loc) · 909 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
Changelog
=========
0.3 (Unreleased)
----------------
0.2 (2013-10-18)
----------------
- Update to use Kotti 9.2.0. [j23d]
- Fixing domain for translation. [jon1012]
0.1 (2012-12-12)
----------------
- Use the development requirements directly from Kotti itself. [j23d]
- Rename static.py to fanstatic.py for consistency. [j23d]
- Added example for a test that uses pytest fixtures from Kotti. [j23d]
- Added a ini file for addons. [j23d]
0.1a3 (2012-11-08)
------------------
- Change imports to PEP8 style. [disko]
- Change entry_points to dict style. [disko]
- Fix bug in gitignore template. [disko]
- Update to Kotti >= 0.8:
- Use fanstatic include in kotti_configure.
- Use form classes instead of generic form functions.
0.1a2 (2012-09-25)
------------------
- Pin Cheetah to meet the requirements of templer.core.
0.1a1 (2012-09-25)
------------------
- First public release.