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 17, 2014
1 parent b1eb98e commit 5e92cff
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.38.0 - 2014.3.9
0.39.0 - 2014.3.18
--------------------

- [Python console] Multiline scripts could be edited in-place. Edit window is no longer displayed. To execute script, cursor must be located at end of script.
- [Python console] Display time consumed to execute script.

- [Python console] Optimize text output.

- [Python console] local namespace is shared among consoles.

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

0.38.0 - 2014.3.9
++++++++++++++++++++++

- [Python console] Multiline scripts could be edited in-place. Edit window is no longer displayed. To execute script, cursor must be located at end of script.

- [Python console] local namespace is shared among consoles.

0.37.0 - 2014.3.8
+++++++++++++++++++++

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

0 comments on commit 5e92cff

Please sign in to comment.