Skip to content

Commit

Permalink
0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 2, 2015
1 parent e30ea17 commit a6a00fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

Version 0.3.1 [unreleased]
Version 0.3.1 [2015-12-02]
--------------------------

- `69197ed <https://github.com/openwisp/netjsonconfig/commit/69197ed>`_ added "details" attribute to ValidationError
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, 3, 0, 'final')
VERSION = (0, 3, 1, 'final')
__version__ = VERSION


Expand Down
5 changes: 4 additions & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ def get_install_requires():
requirements.append('py2-ipaddress')
return requirements

description = 'Netjsonconfig is a python library that converts NetJSON DeviceConfiguration '\
'objects into real router configurations that can be installed on systems like '\
'OpenWRT or OpenWisp Firmware.'

setup(
name='netjsonconfig',
version=get_version(),
description="Netjsonconfig is a python library that converts NetJSON DeviceConfiguration objects into real router configurations that can be installed on systems like OpenWRT or OpenWisp Firmware.",
description=description,
long_description=open('README.rst').read(),
author='Federico Capoano (nemesisdesign)',
author_email='f.capoano@cineca.it',
Expand Down

0 comments on commit a6a00fd

Please sign in to comment.