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 6, 2013
1 parent 8d2d7e0 commit 57da66a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -745,15 +745,24 @@ Links
Version history
=================

0.16.0 - 2013.12.03
0.17.0 - 2013.12.06
--------------------

- Defer to save history information. Kaa now works much smoother than ever on PC with slow hard disk.
- reStructuredText Mode: Recognize non-ASCII punctuation as separater of inline mark ups.

- Indent command: Don't indent blank line. (Contributed by `allanderek <https://github.com/kaaedit/kaa/pull/94>`_)

- Separate `kaadbg <https://pypi.python.org/pypi/kaadbg>`_ as new package.

Past versions
--------------

0.16.0 - 2013.12.03
+++++++++++++++++++++

- Defer to save history information. Kaa now works much smoother than ever on PC with slow hard disk.


0.15.1 - 2013.11.30
+++++++++++++++++++++

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, 16, 0)
KAA_VERSION = (0, 17, 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.16.0",
version = "0.17.0",
description='kaa - console text editor.',
url='https://github.com/kaaedit/kaa',
author='Atsuo Ishimoto',
Expand Down

0 comments on commit 57da66a

Please sign in to comment.