mirror of
https://github.com/kennethreitz/gistapi.py.git
synced 2026-06-05 23:10:17 +00:00
Version Bump (0.2.0)
Updated Changelog.
This commit is contained in:
+11
@@ -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
@@ -10,6 +10,6 @@ from core import *
|
||||
|
||||
|
||||
__author__ = 'Kenneth Reitz'
|
||||
__version__ = '0.1.4'
|
||||
__build__ = 0x000104
|
||||
__version__ = '0.2.0'
|
||||
__build__ = 0x000200
|
||||
__license__ = 'MIT'
|
||||
|
||||
Reference in New Issue
Block a user