Skip to content

Commit

Permalink
Merge pull request #217 from akaihola/release-1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
akaihola authored Oct 5, 2021
2 parents d211aa9 + 8a6322e commit 2178802
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 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.3.1_ - 2021-10-05
===================

Added
-----
- Empty and all-whitespace files are now reformatted properly
Expand Down Expand Up @@ -199,7 +209,8 @@ Added
-----
- Initial implementation

.. _Unreleased: https://github.com/akaihola/darker/compare/1.3.0...HEAD
.. _Unreleased: https://github.com/akaihola/darker/compare/1.3.1...HEAD
.. _1.3.1: https://github.com/akaihola/darker/compare/1.3.0...1.3.1
.. _1.3.0: https://github.com/akaihola/darker/compare/1.2.4...1.3.0
.. _1.2.4: https://github.com/akaihola/darker/compare/1.2.3...1.2.4
.. _1.2.3: https://github.com/akaihola/darker/compare/1.2.2...1.2.3
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
.. |changelog-badge| image:: https://img.shields.io/badge/-change%20log-purple
:alt: Change log
.. _changelog-badge: https://github.com/akaihola/darker/blob/master/CHANGES.rst
.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darker/9?color=red&label=release%201.3.1
.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darker/10?color=red&label=release%201.3.2
:alt: Next milestone
.. _next-milestone: https://github.com/akaihola/darker/milestone/9
.. _next-milestone: https://github.com/akaihola/darker/milestone/10


What?
Expand Down Expand Up @@ -480,7 +480,7 @@ do the following:
1. Append to the created ``.pre-commit-config.yaml`` the following lines::

- repo: https://github.com/akaihola/darker
rev: 1.3.0
rev: 1.3.1
hooks:
- id: darker

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.3.0"
__version__ = "1.3.1"

0 comments on commit 2178802

Please sign in to comment.