Skip to content

Commit c416d97

Browse files
author
rkern
committed
ENH: Update version numbers and acknowledgements.
git-svn-id: https://svn.enthought.com/svn/sandbox/grin/trunk@80 b5260ef8-a2c4-4e91-82fd-f242746c304a
1 parent 55382ed commit c416d97

File tree

4 files changed

+12
-18
lines changed

4 files changed

+12
-18
lines changed

ANNOUNCE.txt

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,15 @@ files, primarily source code.
55
SVN: https://svn.enthought.com/svn/sandbox/grin/trunk
66
License: BSD
77

8-
grin 1.2 is a feature release.
8+
grin 1.2.1 is a bug-fix release.
99

10-
* Add several speed-enhancements from Paul Pelzl.
10+
* Windows defaults to not coloring the output. (Paul Pelzl)
11+
report.
1112

12-
* Allow reading of sockets, thanks to Floris Bruynooghe.
13+
* Fix the reading of gzip files. (Brandon Craig Rhodes)
1314

14-
* Added enhanced file extension recognition to handle extensions like # or
15-
.tar.gz, thanks to Anders J. Munch.
16-
17-
* Add grinpython.py example which will search through Python files and only
18-
find results in actual code, string literals, or comments, in any
19-
combination.
20-
21-
* Silent handling of KeyboardInterrupt.
22-
23-
* Bug fixes and small enhancements from Sam Ockman, Adam Gomaa and Larry Hastings.
24-
25-
* Update the argparse 1.1 to use the new, non-deprecated handling of the
26-
--version argument.
15+
* Quit gracefully when piping to a program that exits prematurely.
16+
(Brandon Craig Rhodes)
2717

18+
* Sort the basenames of files during traversal in order to maintain
19+
a repeatable ordering. (Brandon Craig Rhodes)

THANKS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ Larry Hastings for suggesting to silence the KeyboardInterrupt.
1616

1717
Paul Pelzl for a number of bug fixes, speedups, and the large block processing
1818
code.
19+
20+
Brandon Craig Rhodes for some bug fixes and enhancements.

grin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
#### Constants ####
19-
__version__ = '1.2'
19+
__version__ = '1.2.1'
2020

2121
# Maintain the numerical order of these constants. We use them for sorting.
2222
PRE = -1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name = 'grin',
15-
version = '1.2',
15+
version = '1.2.1',
1616
author = 'Robert Kern',
1717
author_email = '[email protected]',
1818
description = "A grep program configured the way I like it.",

0 commit comments

Comments
 (0)