From 987fd75f22f8b9b55c27df16ae99ca73948325c6 Mon Sep 17 00:00:00 2001 From: anjakefala Date: Wed, 14 Sep 2022 21:48:32 -0700 Subject: [PATCH] [dev] bump to v2.10.1 --- CHANGELOG.md | 2 +- README.md | 2 +- docs/man.md | 2 +- setup.py | 2 +- visidata/__init__.py | 2 +- visidata/main.py | 2 +- visidata/man/vd.1 | 2 +- visidata/man/vd.inc | 2 +- visidata/man/vd.txt | 2 +- visidata/man/visidata.1 | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53d83b19..4091e78d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # VisiData version history -# v2.10.1 (2022-09-12) +# v2.10.1 (2022-09-14) ## Improvements diff --git a/README.md b/README.md index 1f59e9d76..083e15e22 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/man.md b/docs/man.md index 72ca7b61a..6fd937edc 100644 --- a/docs/man.md +++ b/docs/man.md @@ -708,5 +708,5 @@ vd(1) AUTHOR VisiData was made by Saul Pwanson <vd@saul.pw>. -Linux/MacOS August 27, 2022 Linux/MacOS +Linux/MacOS September 13, 2022 Linux/MacOS diff --git a/setup.py b/setup.py index e05ae5116..e441bbafe 100755 --- a/setup.py +++ b/setup.py @@ -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__, diff --git a/visidata/__init__.py b/visidata/__init__.py index ade7d0cc6..48a6603e2 100644 --- a/visidata/__init__.py +++ b/visidata/__init__.py @@ -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 ' __status__ = 'Production/Stable' diff --git a/visidata/main.py b/visidata/main.py index 396d421eb..b8eef1517 100755 --- a/visidata/main.py +++ b/visidata/main.py @@ -2,7 +2,7 @@ # Usage: $0 [] [ ...] # $0 [] --play [--batch] [-w ] [-o ] [field=value ...] -__version__ = '2.11dev' +__version__ = '2.10.1' __version_info__ = 'saul.pw/VisiData v' + __version__ from copy import copy diff --git a/visidata/man/vd.1 b/visidata/man/vd.1 index 49ec90a90..3fde20884 100644 --- a/visidata/man/vd.1 +++ b/visidata/man/vd.1 @@ -1,4 +1,4 @@ -.Dd August 27, 2022 +.Dd September 13, 2022 .Dt vd \&1 "Quick Reference Guide" .Os Linux/MacOS . diff --git a/visidata/man/vd.inc b/visidata/man/vd.inc index bf0421689..9b29d63af 100644 --- a/visidata/man/vd.inc +++ b/visidata/man/vd.inc @@ -1,4 +1,4 @@ -.Dd August 27, 2022 +.Dd September 13, 2022 .Dt vd \&1 "Quick Reference Guide" .Os Linux/MacOS . diff --git a/visidata/man/vd.txt b/visidata/man/vd.txt index 74ec646cf..0b1b0b08a 100644 --- a/visidata/man/vd.txt +++ b/visidata/man/vd.txt @@ -1008,4 +1008,4 @@ SUPPORTED SOURCES AUTHOR VisiData was made by Saul Pwanson . -Linux/MacOS August 27, 2022 Linux/MacOS +Linux/MacOS September 13, 2022 Linux/MacOS diff --git a/visidata/man/visidata.1 b/visidata/man/visidata.1 index 49ec90a90..3fde20884 100644 --- a/visidata/man/visidata.1 +++ b/visidata/man/visidata.1 @@ -1,4 +1,4 @@ -.Dd August 27, 2022 +.Dd September 13, 2022 .Dt vd \&1 "Quick Reference Guide" .Os Linux/MacOS .