-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES.txt
61 lines (30 loc) · 1009 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
53
54
55
56
57
58
59
60
61
v1.3.3, 2017-01-04
Update version numbers everywhere
v1.3.2, 2017-01-04
Generate wheel
v1.3.1, 2016-10-10
Documentation fixes
v1.3.0, 2014-01-28
Fix: make sure week arithmetics preserve the Week class
Added week.days() method
Added week.contains(day) method
v1.2.0, 2011-10-20
The module now works with Python 3.
v1.1.0, 2011-10-10
Add min/max/resolution attibutes to Week (like datetime.date has)
Introduce Week.last_week_of_year() method
Support arithmethics with timedelta
v1.0.1, 2011-10-07
Constructor failed for week 53 in years with 53 weeks
v1.0.0, 2011-10-07
Allow "-" after year in Week.fromstring
Documentation tweaks
v0.2.0, 2011-09-06
Allow Unicode strings passed to Week.fromstring()
Provide isoformat() method
Provide replace() method
Arithmetics with longs should work as well
repr() in the same style as for datetime.date
Improved documentation
v0.1.0, 2011-09-05
Initial release.