We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b414aac commit 88d88faCopy full SHA for 88d88fa
pathspec/__init__.py
@@ -15,12 +15,13 @@
15
"highb <https://github.com/highb>",
16
"029xue <https://github.com/029xue>",
17
"mikexstudios <https://github.com/mikexstudios>",
18
+ "nhumrich <https://github.com/nhumrich>",
19
]
20
__email__ = "cpburnz@gmail.com"
21
__license__ = "MPL 2.0"
22
__project__ = "pathspec"
23
__status__ = "Development"
-__updated__ = "2015-05-16"
24
+__updated__ = "2015-05-22"
25
__version__ = "0.3.4.dev1"
26
27
from .gitignore import GitIgnorePattern
0 commit comments