Skip to content

Commit

Permalink
Update versions for 1.42 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Aug 6, 2018
1 parent 4afb5d2 commit 3a8a53b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

+ Version 1.42 (??)
+ Version 1.42 (06.08.2018)

- Added a new option: --exclude-pattern to exclude files matching a regex.
This is the inverse of -G, since negative regexes are sometimes tricky to
Expand Down
17 changes: 7 additions & 10 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
recursive-include psslib *.py
recursive-include scripts *.py pss
prune test
include README.rst
include LICENSE
include CHANGES
include __main__.py



recursive-include psslib *.py
recursive-include scripts *.py pss
prune test
include README.rst
include LICENSE
include CHANGES
include __main__.py
2 changes: 1 addition & 1 deletion psslib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.41'
__version__ = '1.42'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
description='Tool for grepping through source code',
long_description=description,
license='Public domain',
version='1.41',
version='1.42',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',
Expand All @@ -61,4 +61,3 @@

**extra_args
)

0 comments on commit 3a8a53b

Please sign in to comment.