Skip to content

Commit fb37ead

Browse files
committed
Version 1.2.0
1 parent c61a1fe commit fb37ead

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

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

4+
v1.2.0
5+
------
6+
7+
- Add JsonView CBV base class (#39)
8+
49
v1.1.0
510
------
611

jsonview/__init__.py

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

0 commit comments

Comments
 (0)