Skip to content

Commit fed1f48

Browse files
committed
Bump version number.
1 parent 27f6321 commit fed1f48

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
CHANGES
22
=======
33

4+
1.19.4 (2018-12-07)
5+
-------------------
6+
7+
- Fixed compatibility with Apple's git (bundled with Xcode)
8+
9+
410
1.19.3 (2018-11-27)
511
-------------------
612

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

17+
**Known Bugs:**
18+
19+
- Does not work with Apple's git (bundled with Xcode). See #68
20+
1121
1.19.2 (2018-11-13)
1222
-------------------
1323

git_archive_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import sys
3333
import re
3434

35-
__version__ = "1.19.3"
35+
__version__ = "1.19.4"
3636

3737

3838
try:

0 commit comments

Comments
 (0)