Skip to content

Commit

Permalink
[dev] bump to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Sep 15, 2022
1 parent 3cf3ef6 commit 987fd75
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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

# v2.10.1 (2022-09-12)
# v2.10.1 (2022-09-14)

## Improvements

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# VisiData v2.10 [![twitter @VisiData][1.1]][1] [![CircleCI](https://circleci.com/gh/saulpw/visidata/tree/stable.svg?style=svg)](https://circleci.com/gh/saulpw/visidata/tree/stable) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/saulpw/visidata)
# VisiData v2.10.1 [![twitter @VisiData][1.1]][1] [![CircleCI](https://circleci.com/gh/saulpw/visidata/tree/stable.svg?style=svg)](https://circleci.com/gh/saulpw/visidata/tree/stable) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/saulpw/visidata)

A terminal interface for exploring and arranging tabular data.

Expand Down
2 changes: 1 addition & 1 deletion docs/man.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,5 +708,5 @@ vd(1)
<span style="font-weight:bold;">AUTHOR</span>
<span style="font-weight:bold;">VisiData</span> was made by Saul Pwanson &lt;<span style="text-decoration:underline;">vd@saul.pw</span>&gt;.

Linux/MacOS August 27, 2022 Linux/MacOS
Linux/MacOS September 13, 2022 Linux/MacOS
</pre></section>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup
# tox can't actually run python3 setup.py: https://github.com/tox-dev/tox/issues/96
#from visidata import __version__
__version__ = '2.11dev'
__version__ = '2.10.1'

setup(name='visidata',
version=__version__,
Expand Down
2 changes: 1 addition & 1 deletion visidata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'VisiData: a curses interface for exploring and arranging tabular data'

__version__ = '2.11dev'
__version__ = '2.10.1'
__version_info__ = 'VisiData v' + __version__
__author__ = 'Saul Pwanson <vd@saul.pw>'
__status__ = 'Production/Stable'
Expand Down
2 changes: 1 addition & 1 deletion visidata/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Usage: $0 [<options>] [<input> ...]
# $0 [<options>] --play <cmdlog> [--batch] [-w <waitsecs>] [-o <output>] [field=value ...]

__version__ = '2.11dev'
__version__ = '2.10.1'
__version_info__ = 'saul.pw/VisiData v' + __version__

from copy import copy
Expand Down
2 changes: 1 addition & 1 deletion visidata/man/vd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd August 27, 2022
.Dd September 13, 2022
.Dt vd \&1 "Quick Reference Guide"
.Os Linux/MacOS
.
Expand Down
2 changes: 1 addition & 1 deletion visidata/man/vd.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd August 27, 2022
.Dd September 13, 2022
.Dt vd \&1 "Quick Reference Guide"
.Os Linux/MacOS
.
Expand Down
2 changes: 1 addition & 1 deletion visidata/man/vd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1008,4 +1008,4 @@ SUPPORTED SOURCES
AUTHOR
VisiData was made by Saul Pwanson <vd@saul.pw>.

Linux/MacOS August 27, 2022 Linux/MacOS
Linux/MacOS September 13, 2022 Linux/MacOS
2 changes: 1 addition & 1 deletion visidata/man/visidata.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd August 27, 2022
.Dd September 13, 2022
.Dt vd \&1 "Quick Reference Guide"
.Os Linux/MacOS
.
Expand Down

0 comments on commit 987fd75

Please sign in to comment.