Skip to content

Commit

Permalink
Version 1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Nov 22, 2023
1 parent 662d4e6 commit f6b8c00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

+ Version 1.45 (2023.11.22)

- Adding support to known files: .txtar, .wat
- Adding .ipynb_checkpoints to IGNORED_DIRS (#74)
- Clean up testing setup; support newer Python versions

+ Version 1.44 (2022.06.28)

- Fixed a bug in --smart-case with Python 3 (#67)
Expand Down
2 changes: 1 addition & 1 deletion psslib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.44'
__version__ = '1.45'
2 changes: 1 addition & 1 deletion 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.44',
version='1.45',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',
Expand Down

0 comments on commit f6b8c00

Please sign in to comment.