diff --git a/CHANGES.txt b/CHANGES.txt index 2ec56aa..fe2ed25 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,11 @@ CHANGES ======= +0.3.0 (unreleased) +------------------ + +* Also index Javascript, CSS and ReStructuredText files with id-utils. + 0.2.0 (2008-08-28) ------------------ diff --git a/setup.py b/setup.py index bf60418..a8b7faa 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): setup( name="z3c.recipe.tag", - version='0.2.0', + version='0.3.0dev', author="Ignas Mikalajūnas", description="Generate ctags from eggs for development.", long_description=(read('README.txt') diff --git a/src/z3c/recipe/tag/id-lang.map b/src/z3c/recipe/tag/id-lang.map index b12f38f..950ecb8 100644 --- a/src/z3c/recipe/tag/id-lang.map +++ b/src/z3c/recipe/tag/id-lang.map @@ -29,6 +29,9 @@ *.zcml text *.pt text *.zpt text +*.js text +*.css text +*.rst text # Backup files *~ IGNORE