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

Commit

Permalink
Merge pull request #119 from atb00ker/master
Browse files Browse the repository at this point in the history
release 0.6.2
  • Loading branch information
nemesifier committed Mar 19, 2020
2 parents a7ddcac + 097bad9 commit 6baadc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog
=========

Version 0.6.2 [Unreleased]
Version 0.6.2 [2020-03-19]
--------------------------

- Renamed api setting TOPOLOGY_RECEIVE_URLCONF -> TOPOLOGY_API_URLCONF
- Renamed api setting TOPOLOGY_RECEIVE_BASEURL -> TOPOLOGY_API_BASEURL
- Renamed api setting ``TOPOLOGY_RECEIVE_BASEURL`` -> ``TOPOLOGY_API_BASEURL``
- Renamed api setting ``TOPOLOGY_RECEIVE_URLCONF`` -> ``TOPOLOGY_API_URLCONF``

Version 0.6.1 [2020-02-26]
--------------------------
Expand Down
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,11 @@ another module, example, ``myapp.urls``.
| **default**: | ``None`` |
+--------------+---------------+

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

Overriding visualizer templates
-------------------------------
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, 6, 1, 'final')
VERSION = (0, 6, 2, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 6baadc6

Please sign in to comment.