Skip to content

Commit

Permalink
Update CHANGES.rst and credits, change version to development.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed May 16, 2015
1 parent a52ccec commit 6519c11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Change History
==============


0.3.4 (TBD)
----------

- Issue #8: Fixed edge cases in gitignore patterns.
- Issue #9: Fixed minor usage documentation.


0.3.3 (2014-11-21)
------------------

Expand Down
7 changes: 4 additions & 3 deletions pathspec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@
"""

__author__ = "Caleb P. Burns"
__copyright__ = u"Copyright © 2013-2014 Caleb P. Burns"
__copyright__ = u"Copyright © 2013-2015 Caleb P. Burns"
__created__ = "2013-10-12"
__credits__ = [
"dahlia <https://github.com/dahlia>",
"highb <https://github.com/highb>",
"029xue <https://github.com/029xue>",
"mikexstudios <https://github.com/mikexstudios>",
]
__email__ = "cpburnz@gmail.com"
__license__ = "MPL 2.0"
__project__ = "pathspec"
__status__ = "Development"
__updated__ = "2014-11-21"
__version__ = "0.3.3"
__updated__ = "2015-05-16"
__version__ = "0.3.4.dev1"

from .gitignore import GitIgnorePattern
from .pathspec import PathSpec
Expand Down

0 comments on commit 6519c11

Please sign in to comment.