Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 23b00f2

Browse files
committed
0.4.1 release
1 parent 385a949 commit 23b00f2

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGES.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
Changelog
22
=========
33

4-
Version 0.4.1 [unreleased]
4+
Version 0.4.1 [2017-02-19]
55
--------------------------
66

7-
WIP
7+
- `#82 <https://github.com/netjson/django-netjsongraph/pull/82>`_:
8+
[ci] Add JSLint
9+
- `#81 <https://github.com/netjson/django-netjsongraph/pull/81>`_:
10+
[ci] Add pending migration check
11+
- `#75 <https://github.com/netjson/django-netjsongraph/pull/72>`_:
12+
[qa] Added JSLint check
13+
- `#73 <https://github.com/netjson/django-netjsongraph/pull/73>`_:
14+
[models] Added link status up/down time
15+
- `115066 <https://github.com/netjson/django-netjsongraph/commit/115066>`_:
16+
Added forgotten migration
817

918
Version 0.4.0 [2017-12-28]
1019
--------------------------

django_netjsongraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 4, 1, 'alpha')
1+
VERSION = (0, 4, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)