Skip to content

Commit

Permalink
[dev] bump version to 3.2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Oct 14, 2024
1 parent 19eb5ce commit 62007f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VisiData version history

# v3.1 (2024-10-XX)
# v3.1 (2024-10-14)

- drop support for Python 3.7 #2231
- [vdsql] bump ibis dep to v8
Expand Down
4 changes: 2 additions & 2 deletions visidata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
'VisiData: a curses interface for exploring and arranging tabular data'

__version__ = '3.1dev'
__version__ = '3.2dev'
__version_info__ = 'VisiData v' + __version__
__author__ = 'Saul Pwanson <vd@saul.pw>'
__status__ = 'Production/Stable'
__copyright__ = 'Copyright (c) 2016-2021 ' + __author__
__copyright__ = 'Copyright (c) 2016-2024 ' + __author__


class EscapeException(BaseException):
Expand Down

0 comments on commit 62007f4

Please sign in to comment.