Skip to content

Commit 289e1ec

Browse files
Release 2.0.23
1 parent 8f3df9c commit 289e1ec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
2.0.23: 2018-09-30
5+
------------------
6+
7+
- Implemented "breakindent" option.
8+
- Implemented "temporary navigation mode".
9+
410
2.0.22: 2018-06-03
511
-----------------
612

pyvim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '2.0.22'
3+
__version__ = '2.0.23'

0 commit comments

Comments
 (0)