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

Commit

Permalink
0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithasrk committed Feb 19, 2018
1 parent 385a949 commit 23b00f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
Changelog
=========

Version 0.4.1 [unreleased]
Version 0.4.1 [2017-02-19]
--------------------------

WIP
- `#82 <https://github.com/netjson/django-netjsongraph/pull/82>`_:
[ci] Add JSLint
- `#81 <https://github.com/netjson/django-netjsongraph/pull/81>`_:
[ci] Add pending migration check
- `#75 <https://github.com/netjson/django-netjsongraph/pull/72>`_:
[qa] Added JSLint check
- `#73 <https://github.com/netjson/django-netjsongraph/pull/73>`_:
[models] Added link status up/down time
- `115066 <https://github.com/netjson/django-netjsongraph/commit/115066>`_:
Added forgotten migration

Version 0.4.0 [2017-12-28]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion django_netjsongraph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 4, 1, 'alpha')
VERSION = (0, 4, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 23b00f2

Please sign in to comment.