-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
49 lines (30 loc) · 1015 Bytes
/
CHANGELOG
File metadata and controls
49 lines (30 loc) · 1015 Bytes
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
0.1a6 (unreleased)
==================
- No changes yet
0.1a5 (2017-03-09)
==================
- Fixed packaging error in 0.1a4.
0.1a4 (2017-03-09)
==================
- Upgraded `tangled` 0.1a7 => 0.1a9.
- Replaced `@reify` with `@cached_property` throughout.
0.1a3 (2014-03-22)
==================
- Use `tangled.settings.parse_settings()` directly instead of via
`Application.parse_settings()`. The latter was removed from tangled.web in
version 0.1a8.
- Improve/fix package metadata
- Upgrade tangled from 0.1a5 to 0.1a7
- Remove tangled.web from Buildout develop list and from Travis CI config.
This package doesn't depend directly on tangled.web.
0.1a2 (2014-02-09)
==================
- Add tangled to packages list in setup()
- Require released version of tangled 0.1a5 or newer
- Update trove classifiers
- Declare package to be Alpha status
- Declare support for Python 3.3 and 3.4 specifically (instead of generic
Python 3)
0.1a1 (2014-02-06)
==================
First release