Skip to content

Commit

Permalink
Merge pull request #88 from matiasb/preparing-release-0.7.1
Browse files Browse the repository at this point in the history
Update version for release 0.7.1
  • Loading branch information
matiasb authored Jan 27, 2022
2 parents a62d443 + 1a73982 commit 3b5cf9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ Contributors
* Snowhite (`@CirQ`_)
* earonesty (`@earonesty`_)
* Ben Carlsson (`@glacials`_)
* (`@huichen-cs`)
* Mikhail f. Shiryaev (`@Felixoid`)
6 changes: 6 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
-------

0.7.1 - 2022-01-27
------------------

* Improved git added/deleted file detection.
* Added `newline` optional param when parsing `from_filename`.

0.7.0 - 2021-08-16
------------------

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-2017 Matias Bordese
# Copyright (c) 2014-2022 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.0'
__version__ = '0.7.1'

0 comments on commit 3b5cf9a

Please sign in to comment.