Skip to content

Commit eb5dd36

Browse files
committed
version 0.32.0
1 parent 4a64f81 commit eb5dd36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The :doc:`ssh kitten <kittens/ssh>` is redesigned with powerful new features:
4343
Detailed list of changes
4444
-------------------------------------
4545

46-
0.32.0 [future]
46+
0.32.0 [2024-01-19]
4747
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4848

4949
- :ref:`conditional_mappings`

kitty/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Version(NamedTuple):
2222

2323
appname: str = 'kitty'
2424
kitty_face = '🐱'
25-
version: Version = Version(0, 31, 0)
25+
version: Version = Version(0, 32, 0)
2626
str_version: str = '.'.join(map(str, version))
2727
_plat = sys.platform.lower()
2828
is_macos: bool = 'darwin' in _plat

0 commit comments

Comments
 (0)