Skip to content

Commit

Permalink
Release 1.0.0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Sep 18, 2023
1 parent 3922dce commit 9cc5901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ is 3.4.5.
.. _Semantic Versioning: http://semver.org/


Version 0.6.0.42.0
Version 1.0.0.42.0
~~~~~~~~~~~~~~~~~~

To be released. Bundles ``fzf`` `0.42.0`__.
Released on September 18, 2023. Bundles ``fzf`` `0.42.0`__.

- Dropped Python 2.7, 3.5, 3.6, and 3.7 supports.
- Officially support Python 3.8, 3.9, 3.10, and 3.11.
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.42.0'
__version__ = '0.6.' + __fzf_version__
__version__ = '1.0.' + __fzf_version__


POSIX_EXECUTABLE_NAME: Literal['fzf'] = 'fzf'
Expand Down

0 comments on commit 9cc5901

Please sign in to comment.