Skip to content

Commit 0b9f5e5

Browse files
author
Roland Hedberg
committed
Updated doc version to be the same as the setup.py version.
1 parent 4ca4881 commit 0b9f5e5

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '0.4'
48+
version = '1.2'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.4.2'
50+
release = '1.2.0beta'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

doc/install.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Install PySAML2
1010
---------------
1111

1212
For all this to work you need to have Python installed.
13-
The development has been done using 2.6.
14-
There is no 3.X version yet.
13+
The development has been done using 2.7.
14+
There is now a 3.X version.
1515

1616
Prerequisites
1717
^^^^^^^^^^^^^
@@ -21,19 +21,17 @@ if it's recent enough, or if the Python is too old you have to install it,
2121
for instance by getting it from the Python Package Instance by using
2222
easy_install.
2323

24-
You also need xmlsec which you can download from http://www.aleksey.com/xmlsec/
24+
You also need xmlsec1 which you can download from http://www.aleksey.com/xmlsec/
2525

26-
If you're on OS X you can get xmlsec installed from MacPorts or Fink.
26+
If you're on OS X you can get xmlsec1 installed from MacPorts or Fink.
2727

2828
Depending on how you are going to use PySAML2 you might also need
2929

3030
* Mako
3131
* pyASN1
32-
* repoze.who (make sure you get 1.0.16 and not 2.0)
33-
* decorator
32+
* repoze.who
3433
* python-memcache
3534
* memcached
36-
* M2Crypto
3735

3836
Quick build instructions
3937
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)