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

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 9, 2020
1 parent a74320f commit 9108543
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Changelog
=========

Version 0.1 [unreleased]
Version 0.1 [2020-09-10]
------------------------

WIP
First and last release of django-freeradius.
Development has moved to `openwisp-radius <https://github.com/openwisp/openwisp-radius>`_,
this repository is archived.
2 changes: 1 addition & 1 deletion django_freeradius/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 0, 'alpha')
VERSION = (0, 1, 0, 'final')
__version__ = VERSION # alias


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def get_install_requires():
long_description=open('README.rst').read(),
url='https://github.com/openwisp/django-freeradius',
download_url='https://github.com/openwisp/django-freeradius/releases',
platforms=['Platform Indipendent'],
platforms=['Platform Independent'],
keywords=['django', 'freeradius', 'radius', 'AAA', 'openwisp'],
packages=find_packages(exclude=['tests', 'docs']),
packages=find_packages(exclude=['tests*', 'docs*']),
include_package_data=True,
zip_safe=False,
install_requires=get_install_requires(),
Expand Down

0 comments on commit 9108543

Please sign in to comment.