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 10, 2013
1 parent 742e48e commit 36e1133
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -749,17 +749,30 @@ Links
Version history
=================

0.17.0 - 2013.12.06
0.18.0 - 2013.12.10
--------------------

- Optimizations. Kaa responds quicker than previous version.

- Error highlighting javascipt attribute in html mode was fixed.

- White space characters inserted by auto-indent are automatically removed if cursor moved to another position without entering a character.

- reStructuredText Mode: Non-ASCII punctuations were not recognized as separater of inline mark ups.


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

0.17.0 - 2013.12.06
+++++++++++++++++++++

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

0 comments on commit 36e1133

Please sign in to comment.