Skip to content

Commit

Permalink
patch release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Jun 27, 2024
1 parent 6cb12a1 commit 79cbe21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changelog
---------

Not yet released
^^^^^^^^^^^^^^^^
**release date:** TBA
2.2.1
^^^^^
**release date:** 2024-06-27

* Add example subliminal.toml to documentation and fix documentation.
* [CLI] show the message about the config file only with the ``--debug`` option.
Expand Down
2 changes: 1 addition & 1 deletion subliminal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import annotations

__title__: str = 'subliminal'
__version__: str = '2.2.0'
__version__: str = '2.2.1'
__short_version__: str = '.'.join(__version__.split('.')[:2])
__author__: str = 'Antoine Bertin'
__license__: str = 'MIT'
Expand Down

0 comments on commit 79cbe21

Please sign in to comment.