Skip to content

Commit

Permalink
Merge pull request #111 from akaihola/release-1.2.2
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
akaihola authored Dec 30, 2020
2 parents e34927c + 8735edf commit bc75184
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Unreleased_

These features will be included in the next release:

Added
-----

Fixed
-----


1.2.2_ - 2020-12-30
===================

Added
-----
- Get revision range from pre-commit_'s ``PRE_COMMIT_FROM_REF`` and
Expand Down Expand Up @@ -111,7 +121,8 @@ Added
-----
- Initial implementation

.. _Unreleased: https://github.com/akaihola/darker/compare/1.2.1...HEAD
.. _Unreleased: https://github.com/akaihola/darker/compare/1.2.2...HEAD
.. _1.2.2: https://github.com/akaihola/darker/compare/1.2.1...1.2.2
.. _1.2.1: https://github.com/akaihola/darker/compare/1.2.0...1.2.1
.. _1.2.0: https://github.com/akaihola/darker/compare/1.1.0...1.2.0
.. _1.1.0: https://github.com/akaihola/darker/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/darker/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The version number for Darker is governed by this file"""

__version__ = "1.2.2.dev0"
__version__ = "1.2.2"

0 comments on commit bc75184

Please sign in to comment.