Skip to content

Commit f3bcc3d

Browse files
committed
Version 1.3.1
1 parent 18ed42f commit f3bcc3d

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+
v1.3.1
5+
------
6+
7+
- Remove Sphinx-specific directives from README
8+
9+
410
v1.3.0
511
------
612

jsonview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (1, 3, 0)
1+
VERSION = (1, 3, 1)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)