Skip to content

Commit

Permalink
version 0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Feb 28, 2022
1 parent 7e8c968 commit d87cac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ command.
Detailed list of changes
-------------------------------------

0.24.3 [future]
0.24.3 [2022-02-28]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Bash integration: No longer modify :file:`~/.bashrc` to load :ref:`shell integration <shell_integration>`.
Expand Down
2 changes: 1 addition & 1 deletion kitty/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Version(NamedTuple):

appname: str = 'kitty'
kitty_face = '🐱'
version: Version = Version(0, 24, 2)
version: Version = Version(0, 24, 3)
str_version: str = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos: bool = 'darwin' in _plat
Expand Down

0 comments on commit d87cac8

Please sign in to comment.