<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,10 @@
+PySmell v0.4
+
+Improved class detection: Now works even for classes which are not present in PYSMELLDICT
+Improved import handling: &quot;absolute&quot; imports work, as well as imported name detection.
+This version sort-of correctly handles Django (not the dynamic part of course!)
+
+
 PySmell v0.3
 
 Added simple type-inferencing when inside classes, hardcoded to &quot;self&quot;. It will present methods and properties
@@ -6,7 +13,6 @@ When you auto-complete right after a function/method call's opening parenthesis,
 You can select out of seven matching behaviours - look in pysmell.vim for possible options.
 Big improvements on correctness of PYSMELLTAGS files.
 
-
 Bugfix: Set Vim to display duplicate arguments
 Bugfix: change name of omnifunc so to not clash with built-in python omnicompletion
 
@@ -17,6 +23,7 @@ Added support for nested packages
 Exceptions in files are not blocking the process
 Switched to parseFile, shouldn't have to worry about line endings
 
+
 PySmell v0.1 
 
 Initial, roughly working version</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,6 @@
 # All rights reserved
 # E-mail: orestis@orestis.gr
 
-# pysmell v0.2
 # http://orestis.gr
 
 # Released subject to the BSD License </diff>
      <filename>__init__.py</filename>
    </modified>
    <modified>
      <diff>@@ -166,7 +166,7 @@ class FunctionalTest(unittest.TestCase):
         proc.wait()
         stdout = proc.stdout.read()
         expected = dedent(&quot;&quot;&quot;\
-        PySmell v0.3
+        PySmell v0.4
 
         usage: python pysmelltags.py package [package, ...] [-x excluded, ...] [options]
 </diff>
      <filename>functional_test.py</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 &quot; All rights reserved
 &quot; E-mail: orestis@orestis.gr
 
-&quot; pysmell v0.3
+&quot; pysmell v0.4
 &quot; http://orestis.gr
 
 &quot; Released subject to the BSD License </diff>
      <filename>pysmell.vim</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ from codefinder import ModuleDict, processFile
 from idehelper import findRootPackageList
 from pprint import pprint
 
-__version__ = &quot;v0.3&quot;
+__version__ = &quot;v0.4&quot;
 
 source = &quot;&quot;&quot;
 class Aclass(object):</diff>
      <filename>pysmelltags.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>843768a87df327796e750999debb998d962a5d1c</id>
    </parent>
  </parents>
  <author>
    <name>Orestis Markou</name>
    <email>orestis@orestis.gr</email>
  </author>
  <url>http://github.com/orestis/pysmell/commit/4d4891236fa66fd7431cfea26096e37af7ad7513</url>
  <id>4d4891236fa66fd7431cfea26096e37af7ad7513</id>
  <committed-date>2008-09-11T07:41:28-07:00</committed-date>
  <authored-date>2008-09-11T07:41:28-07:00</authored-date>
  <message>version bump</message>
  <tree>86d3db89d9abd575d0610cfc17cfdb3f584eb64a</tree>
  <committer>
    <name>Orestis Markou</name>
    <email>orestis@orestis.gr</email>
  </committer>
</commit>
