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

Commit 6baadc6

Browse files
authored
Merge pull request #119 from atb00ker/master
release 0.6.2
2 parents a7ddcac + 097bad9 commit 6baadc6

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGES.rst

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

4-
Version 0.6.2 [Unreleased]
4+
Version 0.6.2 [2020-03-19]
55
--------------------------
66

7-
- Renamed api setting TOPOLOGY_RECEIVE_URLCONF -> TOPOLOGY_API_URLCONF
8-
- Renamed api setting TOPOLOGY_RECEIVE_BASEURL -> TOPOLOGY_API_BASEURL
7+
- Renamed api setting ``TOPOLOGY_RECEIVE_BASEURL`` -> ``TOPOLOGY_API_BASEURL``
8+
- Renamed api setting ``TOPOLOGY_RECEIVE_URLCONF`` -> ``TOPOLOGY_API_URLCONF``
99

1010
Version 0.6.1 [2020-02-26]
1111
--------------------------

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,11 @@ another module, example, ``myapp.urls``.
313313
| **default**: | ``None`` |
314314
+--------------+---------------+
315315

316-
If you have a seperate instanse of django-netjsongraph to
317-
which you want to point your receive url to, you can use
318-
this option to change the base of the url,
319-
example: ``https://mytopology.myapp.com``.
316+
If you have a seperate instanse of django-netjsongraph on a
317+
different domain, you can use this option to change the base
318+
of the url, this will enable you to point all the API urls to
319+
your django-netjsongraph API server's domain,
320+
example value: ``https://mytopology.myapp.com``.
320321

321322
Overriding visualizer templates
322323
-------------------------------

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, 6, 1, 'final')
1+
VERSION = (0, 6, 2, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)