Skip to content

Commit 3669fba

Browse files
authored
Merge pull request #107 from matiasb/release-0.7.5
Prepare release 0.7.5
2 parents 6e81b9d + 1794143 commit 3669fba

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.6"
53
- "3.7"
64
- "3.8"
75
- "3.9"
6+
- "3.10"
7+
- "3.11"
88
script: ./run_tests.sh

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`)

HISTORY

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
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+
410
0.7.4 - 2022-06-26
511
------------------
612

unidiff/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -21,4 +21,4 @@
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'

0 commit comments

Comments
 (0)