Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Dec 7, 2018
1 parent 27f6321 commit fed1f48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
CHANGES
=======

1.19.4 (2018-12-07)
-------------------

- Fixed compatibility with Apple's git (bundled with Xcode)


1.19.3 (2018-11-27)
-------------------

- Add the git_version parameter to GitArchiver and the get_git_version class method
- If git version (initialized or guessed) is less than 1.6.1, exception is raised
- Properly read non-nul separated output of check-attr if git version is less than 1.8.5. See #65

**Known Bugs:**

- Does not work with Apple's git (bundled with Xcode). See #68

1.19.2 (2018-11-13)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion git_archive_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import sys
import re

__version__ = "1.19.3"
__version__ = "1.19.4"


try:
Expand Down

0 comments on commit fed1f48

Please sign in to comment.