Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilawar committed Feb 4, 2014
1 parent c655f3b commit 247de8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ CHANGES
Sun Feb 2 19:52:43 2014

- Wrote the package for pypi.

Wed 05 Feb 2014 04:49:43 AM IST

- Added ignore_text support. One need not specify regular expressions anymore in
[filter] section
- File extension are not a regex anymore. It is a comma separated list

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(*paths):

setup(
name='code-sniffer'
, version='0.9.3'
, version='0.9.4'
, description='A command-line tool to check plagiarim in text and pdf'
, long_description= read('README.rst') + read('CHANGES.rst')
, url = 'https://dilawar.github.io/sniffer'
Expand Down

0 comments on commit 247de8e

Please sign in to comment.