Skip to content

Commit

Permalink
[libcnml] Release version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Oct 26, 2014
1 parent 2b7dac9 commit d7058ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
include libcnml/cnml.dtd
include NEWS
include LICENSE.txt
recursive-include libcnml/tests/data *cnml
exclude MANIFEST.in
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
24 Aug 2012:
26 Oct 2014:
- Release 0.8
- Support new "inactive" status
- Added new Status.get_status_list() static method
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

from setuptools import setup

VERSION = '0.7'
VERSION = '0.8'

setup(
name='libcnml',
packages=['libcnml'],
version=VERSION,
description="A CNML parser for Python",
long_description=open('README.txt').read(),
author='Pablo Castellano',
author_email='[email protected]',
packages=['libcnml'],
url='https://github.com/PabloCastellano/guifinetstudio',
download_url='https://github.com/PabloCastellano/guifinetstudio/releases/tag/libcnml_0.8',
keywords = ['cnml', 'free networks', 'guifi.net'],
license='GPLv3+',
data_files=[('', ['LICENSE.txt'])],
include_package_data=True,
Expand Down

0 comments on commit d7058ec

Please sign in to comment.