Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsuo Ishimoto committed Oct 27, 2015
1 parent 6a4a18f commit 21322d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -909,17 +909,28 @@ Version history
=================


0.44.0 - 2015.6.7
0.45.0 - 2015.10.27
--------------------

- New file mode: INI file. [`PR #125 Contributed by hirokiky <https:/kaaedit/kaa/pull/125>`_]
- Handle terminal resize in Python 3.5.

- New file mode: JSON file. [`PR #126 Contributed by hirokiky <https:/kaaedit/kaa/pull/126>`_]
- Reworked syntax highligh.

- [CSS mode] Highlight @media rules.


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


0.44.0 - 2015.6.7
++++++++++++++++++++++

- New file mode: INI file. [`PR #125 Contributed by hirokiky <https:/kaaedit/kaa/pull/125>`_]

- New file mode: JSON file. [`PR #126 Contributed by hirokiky <https:/kaaedit/kaa/pull/126>`_]


0.43.0 - 2015.5.10
++++++++++++++++++++++

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, 44, 0)
KAA_VERSION = (0, 45, 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 @@ -30,7 +30,7 @@ def read(fname):
setup(
cmdclass=cmdclass,
name="kaaedit",
version="0.44.0",
version="0.45.0",
description='kaa - console text editor.',
url='https:/kaaedit/kaa',
author='Atsuo Ishimoto',
Expand Down

0 comments on commit 21322d0

Please sign in to comment.