Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsuo Ishimoto committed Dec 3, 2013
1 parent e389275 commit aee8f74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
+++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion kaa/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
import os
KAA_VERSION = (0, 15, 1)
KAA_VERSION = (0, 16, 0)


def version_info():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit aee8f74

Please sign in to comment.