Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Mar 6, 2024
1 parent c14adc1 commit 7af817f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,14 @@ is 3.4.5.
.. _Semantic Versioning: http://semver.org/


Version 1.3.0.46.1
~~~~~~~~~~~~~~~~~~

To be released. Bundles ``fzf`` `0.46.1`__.

__ https://github.com/junegunn/fzf/releases/tag/0.46.1


Version 1.2.0.46.1
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion iterfzf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__all__ = '__fzf_version__', '__version__', 'BUNDLED_EXECUTABLE', 'iterfzf'

__fzf_version__ = '0.46.1'
__version__ = '1.2.' + __fzf_version__
__version__ = '1.3.' + __fzf_version__

POSIX_EXECUTABLE_NAME: Literal['fzf'] = 'fzf'
WINDOWS_EXECUTABLE_NAME: Literal['fzf.exe'] = 'fzf.exe'
Expand Down

0 comments on commit 7af817f

Please sign in to comment.