Skip to content

Commit 827e588

Browse files
author
Greg Taylor
committed
Bumping version number and adding a CHANGES.rst file to serve as a change log.
1 parent 2a033c2 commit 827e588

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGES.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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)

fedex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
our U{Google Code project<http://code.google.com/p/python-fedex/>} and enter
5353
an issue in the U{Issue Tracker<http://code.google.com/p/python-fedex/issues/list>}.
5454
"""
55-
VERSION = '1.0.8'
55+
VERSION = '1.0.9'

0 commit comments

Comments
 (0)