Merge branch 'releases/0.1'

This commit is contained in:
Christopher Neugebauer 2016-04-26 18:59:25 +10:00
commit 59b3697779
5 changed files with 6 additions and 5 deletions

View file

@ -13,7 +13,8 @@ Installing Registrasion
Registrasion depends on an in-development version of Symposion. You'll need to add the following line to your ``requirements.txt`` files::
git+https://github.com/chrisjrn/registrasion.git@releases/0.1
registrasion==0.1.0
https://github.com/pinax/symposion/tarball/ad81810#egg=symposion
And also to enable dependency links in pip::

View file

@ -1,3 +1,3 @@
__version__ = "0.1a1"
__version__ = "0.1.0"
default_app_config = "registrasion.apps.RegistrasionConfig"

View file

@ -1,2 +1,2 @@
django-nested-admin==2.2.6
SymposionMaster==1.0.0b3-dev
symposion==1.0b2.dev3

View file

@ -1 +1 @@
https://github.com/pinax/symposion/tarball/ad81810#egg=SymposionMaster-1.0.0b3-dev
https://github.com/pinax/symposion/tarball/ad81810#egg=symposion

View file

@ -25,7 +25,7 @@ setup(
packages=find_packages(),
include_package_data=True,
classifiers=(
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Framework :: Django",
"Intended Audience :: Developers",