Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsuo Ishimoto committed Mar 8, 2014
1 parent a67c4a7 commit 7f0350f
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 @@ -908,16 +908,24 @@ Links
Version history
=================

0.36.0 - 2014.1.29
0.37.0 - 2014.3.8
--------------------

- An Error raised when file open dialog displayed at startup was canceled.
`Reported by hirokiky <https://github.com/kaaedit/kaa/issues/115>`_
- Home directory was not expanded to open file in Grep window.

- Undo command in the macro was not worked properly.

- Command 'selection.curword` doesn't select Japanese word.

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

0.36.0 - 2014.1.29
+++++++++++++++++++++

- An Error raised when file open dialog displayed at startup was canceled.
`Reported by hirokiky <https://github.com/kaaedit/kaa/issues/115>`_

0.35.0 - 2014.1.24
+++++++++++++++++++++

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

0 comments on commit 7f0350f

Please sign in to comment.