Skip to content

Commit

Permalink
0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Oct 20, 2015
1 parent bfa74e6 commit 007d8f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Change log
==========

Version 0.1 [unreleased]
Version 0.1 [2015-10-20]
------------------------

- Added ``OpenWrt`` Backend
- Added command line utility ``netjsonconfig``
- Added multiple templating feature
- Added file inclusion feature
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Converts `NetJSON <http://netjson.org>`__ DeviceConfiguration objects to real ro

**Currently we are working only on OpenWRT support**.

**Work in progress**.

Install stable version from pypi
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion netjsonconfig/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 0, 'beta')
VERSION = (0, 1, 0, 'final')
__version__ = VERSION


Expand Down

0 comments on commit 007d8f8

Please sign in to comment.