summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2009-09-13 23:18:00 +0000
committerfuzzyman <devnull@localhost>2009-09-13 23:18:00 +0000
commite616136710e893cabb6c278b7ccf8f9f23b268a5 (patch)
tree063be730c4b7305f6646ad08d29f0ec753aab77b /docs
parentb39a57ebc8b70f79e99ffd86c448308642ae2f4e (diff)
downloadconfigobj-git-e616136710e893cabb6c278b7ccf8f9f23b268a5.tar.gz
Removing __revision__ and __docformat__
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 29c727a..abaf2ea 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2339,6 +2339,7 @@ From version 4 it lists all releases and changes.
* Minimum supported version of Python is now 2.3
* ~25% performance improvement thanks to Christian Heimes
+* Removed __revision__ and __docformat__.
2009/04/13 - Version 4.6.0
--------------------------