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 24, 2014
1 parent e27c0ed commit 053b7a1
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,17 +908,25 @@ Links
Version history
=================

0.34.0 - 2014.1.13
0.35.0 - 2014.1.24
--------------------

- Highlight regex literal in Javascipt mode.
- Impove highlighting of reStructuredText mode.

- Impove auto indentation of Python mode.
- Don't update mode class on saving file if ext part of filename is not changed.


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

0.34.0 - 2014.1.13
+++++++++++++++++++++

- Highlight regex literal in Javascipt mode.

- Impove auto indentation of Python mode.


0.33.0 - 2014.1.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, 34, 0)
KAA_VERSION = (0, 35, 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.34.0",
version = "0.35.0",
description='kaa - console text editor.',
url='https://github.com/kaaedit/kaa',
author='Atsuo Ishimoto',
Expand Down

0 comments on commit 053b7a1

Please sign in to comment.