Skip to content

Commit aeb9264

Browse files
Release 3.0.2.
1 parent 798c87f commit aeb9264

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+
3.0.2: 2019-11-28
5+
------------------
6+
7+
- Added missing dependency: 'six'.
8+
9+
410
3.0.1: 2019-11-28
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__ = '3.0.1'
3+
__version__ = '3.0.2'

0 commit comments

Comments
 (0)