diff --git a/CHANGES.rst b/CHANGES.rst index e3ff789..5c14de7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,13 @@ Changelog ========= -Version 0.3.4 [unreleased] +Version 0.3.4 [2017-08-19] -------------------------- -WIP +- `7ea174 `_: + Minor simplification in update_all +- `#51 `_: + [templates] Made node template reusable Version 0.3.3 [2017-07-22] -------------------------- diff --git a/django_netjsongraph/__init__.py b/django_netjsongraph/__init__.py index b752cc0..785605e 100644 --- a/django_netjsongraph/__init__.py +++ b/django_netjsongraph/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 4, 'alpha') +VERSION = (0, 3, 4, 'final') __version__ = VERSION # alias