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 19, 2013
1 parent 14783e3 commit fd446ee
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 @@ -761,17 +761,25 @@ Links
Version history
=================

0.21.0 - 2013.12.15
0.22.0 - 2013.12.19
--------------------

- Respect encoding declaration on loading/saving file in HTML/Python mode.
- Respect encoding declaration on loading/saving file in CSS mode.

- Paste from OS clipboard didn't work on Mac.
- Button to send SIGINT to the debug target process.


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

0.21.0 - 2013.12.15
+++++++++++++++++++++

- Respect encoding declaration on loading/saving file in HTML/Python mode.

- Paste from OS clipboard didn't work on Mac.


0.20.0 - 2013.12.13
+++++++++++++++++++++

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

0 comments on commit fd446ee

Please sign in to comment.