File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change
1
+ ==========
2
+ Change Log
3
+ ==========
4
+
5
+ -----
6
+ 1.0.9
7
+ -----
8
+
9
+ * Various fixes to RateRequest() FedEx API call. (jcartmell)
10
+ * Added this changelog. (gtaylor)
11
+
12
+ -----
13
+ 1.0.8
14
+ -----
15
+
16
+ * Fixed some problems with the unit tests. (gtaylor)
17
+
18
+ -----
19
+ 1.0.7
20
+ -----
21
+
22
+ * Fixed a bug with international rate request example. (gtaylor)
23
+
24
+ -----
25
+ 1.0.6
26
+ -----
27
+
28
+ * Lots of documentation improvements. (gtaylor)
29
+ * FedEx RateRequest call implemented. (yahtib)
30
+ * FedEx Postal Inquiry call implemented. (yahtib)
31
+
32
+ -----
33
+ 1.0.4
34
+ -----
35
+
36
+ * Removal of unecessary files. (gtaylor)
37
+ * Documentation improvements. (gtaylor)
38
+
39
+ -----
40
+ 1.0.3
41
+ -----
42
+
43
+ * Wrote some label certification modules that can help
44
+ with the label certification process. (gtaylor)
Original file line number Diff line number Diff line change 52
52
our U{Google Code project<http://code.google.com/p/python-fedex/>} and enter
53
53
an issue in the U{Issue Tracker<http://code.google.com/p/python-fedex/issues/list>}.
54
54
"""
55
- VERSION = '1.0.8 '
55
+ VERSION = '1.0.9 '
You can’t perform that action at this time.
0 commit comments