Skip to content

Commit

Permalink
Merge pull request #107 from matiasb/release-0.7.5
Browse files Browse the repository at this point in the history
Prepare release 0.7.5
  • Loading branch information
matiasb authored Mar 10, 2023
2 parents 6e81b9d + 1794143 commit 3669fba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
script: ./run_tests.sh
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ Contributors
* Ronuk Raval (`@rraval`)
* anthony sottile (`@asottile-sentry`)
* (`@cpackham-atlnz`)
* David Leen (`@dleen`)
* Martin Liška (`@marxin`)
6 changes: 6 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
-------

0.7.5 - 2023-03-09
------------------

* Fixed issue with spaces in filename when using custom git prefix.
* Support binary patch format.

0.7.4 - 2022-06-26
------------------

Expand Down
4 changes: 2 additions & 2 deletions unidiff/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# The MIT License (MIT)
# Copyright (c) 2014-2022 Matias Bordese
# Copyright (c) 2014-2023 Matias Bordese
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -21,4 +21,4 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
# OR OTHER DEALINGS IN THE SOFTWARE.

__version__ = '0.7.4'
__version__ = '0.7.5'

0 comments on commit 3669fba

Please sign in to comment.