Skip to content

Commit

Permalink
Version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jan 17, 2015
1 parent cc23130 commit fe23585
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
*Version 1.3.0 2015-01-17*
- Added basic unit and integration tests
- Travis integration
- Other speed improvements and bug fixes

*Version 1.2.0 2015-01-08*

- Dual Python 2.7+ and 3+ support. Improved Unicode handling
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Scott Hansen <firecat four one five three at gmail dot com>

Based on code contributed by A.M. Kuchling <amk at amk dot ca>

Copyright (c) 2014, Scott Hansen
Copyright (c) 2015, Scott Hansen

Copyright (c) 2010, Andrew M. Kuchling

Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Other Contributors:

+ Matus Gura <matus.gura@gmail.com>
+ Nathan Typanski <ntypanski@gmail.com>
+ scls19fr <scls@pc9.home>
+ Yuri D'Elia <yuri.delia@eurac.edu>

The highlighted position is shown in the top-left corner of the screen; next to
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
import setuptools

setup(name="tabview",
version="1.2.0",
version="1.3.0",
description="A curses command-line CSV and list (tabular data) viewer",
long_description=open('README.rst').read(),
author="Scott Hansen",
author_email="firecat4153@gmail.com",
url="https://github.com/firecat53/tabview",
download_url="https://github.com/firecat53/tabview/tarball/1.2.0",
download_url="https://github.com/firecat53/tabview/tarball/1.3.0",
packages=['tabview'],
scripts=['bin/tabview'],
package_data={'tabview': ['README.rst']},
Expand Down

0 comments on commit fe23585

Please sign in to comment.