Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsuo Ishimoto committed Jan 5, 2014
1 parent fabc72d commit 456f83e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -860,17 +860,25 @@ Links
Version history
=================

0.31.0 - 2014.1.3
0.32.0 - 2014.1.5
--------------------

- Cursor position was wrong at start up.
- Impove auto indentation of Python mode.

- Add some vi-like commands.
- Support vi-style repeat count in macro record and in repeating last change.


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

0.31.0 - 2014.1.3
+++++++++++++++++++++

- Cursor position was wrong at start up.

- Add some vi-like commands.


0.30.0 - 2014.1.1
+++++++++++++++++++++

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, 31, 0)
KAA_VERSION = (0, 32, 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 @@ -28,7 +28,7 @@ def read(fname):
setup(
cmdclass = cmdclass,
name = "kaaedit",
version = "0.31.0",
version = "0.32.0",
description='kaa - console text editor.',
url='https://github.com/kaaedit/kaa',
author='Atsuo Ishimoto',
Expand Down

0 comments on commit 456f83e

Please sign in to comment.