Version Bump (0.2.0)

Updated Changelog.
This commit is contained in:
Kenneth Reitz
2010-08-28 00:31:11 -04:00
parent 08b3d4432a
commit 4f02738ff5
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,6 +1,17 @@
History
=======
0.2.0 (2010-08-28)
------------------
* Support for Add, Rename, Modify, and Delete of Files!
* Proper Unicode Support
* Proper DateTime Support
* Improved Caching
* Urllib2 Support
* PEP 008/257 Compliance
* Secret `.pibb` URL Attribute for gists :)
* Misc. Refactors
0.1.4 (2010-08-18)
------------------
* Python 2.5 fix
+2 -2
View File
@@ -10,6 +10,6 @@ from core import *
__author__ = 'Kenneth Reitz'
__version__ = '0.1.4'
__build__ = 0x000104
__version__ = '0.2.0'
__build__ = 0x000200
__license__ = 'MIT'