From aee8f74bed38f025eca768edc977d21ca3170fe2 Mon Sep 17 00:00:00 2001 From: Atsuo Ishimoto Date: Tue, 3 Dec 2013 17:01:20 +0900 Subject: [PATCH] bump version --- README.rst | 10 ++++++++-- kaa/version.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1ac96f6..2256e1c 100644 --- a/README.rst +++ b/README.rst @@ -730,15 +730,21 @@ Links Version history ================= -0.15.1 - 2013.11.30 +0.16.0 - 2013.12.03 -------------------- -- Removed debugging code. +- Defer to save history information. Kaa now works much smoother than ever on PC with slow hard disk. Past versions -------------- +0.15.1 - 2013.11.30 ++++++++++++++++++++++ + +- Removed debugging code. + + 0.15 - 2013.11.29 +++++++++++++++++++++ diff --git a/kaa/version.py b/kaa/version.py index fccaadf..831e789 100644 --- a/kaa/version.py +++ b/kaa/version.py @@ -1,6 +1,6 @@ import sys import os -KAA_VERSION = (0, 15, 1) +KAA_VERSION = (0, 16, 0) def version_info(): diff --git a/setup.py b/setup.py index 5447e4e..0b6c9d5 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(fname): setup( cmdclass = cmdclass, name = "kaaedit", - version = "0.15.1", + version = "0.16.0", description='kaa - console text editor.', url='https://github.com/kaaedit/kaa', author='Atsuo Ishimoto',