diff --git a/CHANGES b/CHANGES index 281522d..da25dd2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changelog ========= -+ Version 1.40 (??) ++ Version 1.40 (03.11.2014) - Added .metadata directory to ignore list (issue #17). - Added the .haml extension for Ruby diff --git a/psslib/__init__.py b/psslib/__init__.py index 8b60d01..4ed02a5 100644 --- a/psslib/__init__.py +++ b/psslib/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.39' +__version__ = '1.40' diff --git a/setup.py b/setup.py index 97d4d6e..fb4c28b 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ description='Tool for grepping through source code', long_description=description, license='Public domain', - version='1.39', + version='1.40', author='Eli Bendersky', maintainer='Eli Bendersky', author_email='eliben@gmail.com',