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

Commit 9108543

Browse files
committed
0.1.0 release
1 parent a74320f commit 9108543

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Changelog
22
=========
33

4-
Version 0.1 [unreleased]
4+
Version 0.1 [2020-09-10]
55
------------------------
66

7-
WIP
7+
First and last release of django-freeradius.
8+
Development has moved to `openwisp-radius <https://github.com/openwisp/openwisp-radius>`_,
9+
this repository is archived.

django_freeradius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 0, 'alpha')
1+
VERSION = (0, 1, 0, 'final')
22
__version__ = VERSION # alias
33

44

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def get_install_requires():
4444
long_description=open('README.rst').read(),
4545
url='https://github.com/openwisp/django-freeradius',
4646
download_url='https://github.com/openwisp/django-freeradius/releases',
47-
platforms=['Platform Indipendent'],
47+
platforms=['Platform Independent'],
4848
keywords=['django', 'freeradius', 'radius', 'AAA', 'openwisp'],
49-
packages=find_packages(exclude=['tests', 'docs']),
49+
packages=find_packages(exclude=['tests*', 'docs*']),
5050
include_package_data=True,
5151
zip_safe=False,
5252
install_requires=get_install_requires(),

0 commit comments

Comments
 (0)