File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - " 2.7"
4- - " 3.6"
53 - " 3.7"
64 - " 3.8"
75 - " 3.9"
6+ - " 3.10"
7+ - " 3.11"
88script : ./run_tests.sh
Original file line number Diff line number Diff line change @@ -32,3 +32,5 @@ Contributors
3232 * Ronuk Raval (`@rraval`)
3333 * anthony sottile (`@asottile-sentry`)
3434 * (`@cpackham-atlnz`)
35+ * David Leen (`@dleen`)
36+ * Martin Liška (`@marxin`)
Original file line number Diff line number Diff line change 11History
22-------
33
4+ 0.7.5 - 2023-03-09
5+ ------------------
6+
7+ * Fixed issue with spaces in filename when using custom git prefix.
8+ * Support binary patch format.
9+
4100.7.4 - 2022-06-26
511------------------
612
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
33# The MIT License (MIT)
4- # Copyright (c) 2014-2022 Matias Bordese
4+ # Copyright (c) 2014-2023 Matias Bordese
55#
66# Permission is hereby granted, free of charge, to any person obtaining a copy
77# of this software and associated documentation files (the "Software"), to deal
2121# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
2222# OR OTHER DEALINGS IN THE SOFTWARE.
2323
24- __version__ = '0.7.4 '
24+ __version__ = '0.7.5 '
You can’t perform that action at this time.
0 commit comments