Skip to content

Commit

Permalink
Bump to v0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Jun 29, 2017
1 parent 036d393 commit e1edda8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# VisiData version history

## v0.90 (2017-06-28)
## v0.91 (2017-06-28)
- Make options automatically typed based on default
- Documentation cleanups
- Remove R command (set filetype on CLI)

## v0.80
- tour of screenshot.gif
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VisiData v0.90 [![CircleCI](https://circleci.com/gh/saulpw/visidata/tree/stable.svg?style=svg)](https://circleci.com/gh/saulpw/visidata/tree/stable)
# VisiData v0.91 [![CircleCI](https://circleci.com/gh/saulpw/visidata/tree/stable.svg?style=svg)](https://circleci.com/gh/saulpw/visidata/tree/stable)

A curses interface for exploring and arranging tabular data

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.90'
version = '0.91'
# The full version, including alpha/beta/rc tags.
release = '0.90'
release = '0.91'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/home.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==============
VisiData v0.90
VisiData v0.91
==============

A curses interface for exploring and arranging tabular data
Expand Down
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__ = '0.90'
__version__ = '0.91'

setup(name='visidata',
version=__version__,
Expand Down
2 changes: 1 addition & 1 deletion visidata/vd.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

'VisiData core functionality'

__version__ = 'saul.pw/VisiData v0.90'
__version__ = 'saul.pw/VisiData v0.91'
__author__ = 'Saul Pwanson <[email protected]>'
__license__ = 'MIT'
__status__ = 'Alpha'
Expand Down

0 comments on commit e1edda8

Please sign in to comment.