Skip to content

Commit d0c03cd

Browse files
committed
Prep for releas.e
1 parent 97c8d41 commit d0c03cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CAS client for Django.
44

5-
Current version: 0.9.1
5+
Current version: 1.0.0
66

77
This is [K-State's fork](https://github.com/kstateome/django-cas) of [the original](https://bitbucket.org/cpcc/django-cas/overview) and includes [several additional features](https://github.com/kstateome/django-cas/#additional-features) as well as features merged from
88

@@ -12,7 +12,7 @@ This is [K-State's fork](https://github.com/kstateome/django-cas) of [the or
1212

1313
## Install
1414

15-
``pip install git+ssh://git@github.com/kstateome/django-cas.git@0.9.1#egg=cas``
15+
``pip install git+ssh://git@github.com/kstateome/django-cas.git@1.0.0#egg=cas``
1616

1717
See the document at Bitbucket
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
version = '0.9.1'
5+
version = '1.0.0'
66

77

88
def read(fname):

0 commit comments

Comments
 (0)