Skip to content

Commit b018925

Browse files
author
Rachel Sanders
committed
Release of 0.6
1 parent b43c000 commit b018925

File tree

3 files changed

+11
-18
lines changed

3 files changed

+11
-18
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,16 @@ Alejandro Ramirez (got-root):
7676

7777
* Integrated with travis (finally).
7878

79+
0.5.1 (Nov 17, 2014)
80+
--------------------
81+
82+
* Bugfix release because we broke stuff :(
83+
84+
85+
0.6 (January 20, 2015)
86+
----------------------
7987

88+
* Python 3 conversion complete! yaaaaaaaaaay
8089

8190

8291

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,14 @@ Go to https://pyexchange.readthedocs.org for the most recent, up-to-date version
1717
Installation
1818
------------
1919

20-
PyExchange supports Python 2.6 and 2.7. Our code is compatible with 3.3+, but see the notes below on getting it working. Non CPython implementations may work but are not tested.
20+
PyExchange supports Python 2.6 and 2.7, and as of 0.6, is Python 3 compatible. Non CPython implementations may work but are not tested.
2121

2222
We support Exchange Server version 2010. Others will likely work but are not tested.
2323

2424
To install, use pip:
2525

2626
pip install pyexchange
2727

28-
PyExchange requires [lxml](http://lxml.de) for XML handling. This will be installed by pip on most systems. If you run into problems, please see lxml's [installation instructions](http://lxml.de/installation.html).
29-
30-
To install from source, download the source code, then run:
31-
32-
python setup.py install
33-
34-
35-
Python 3
36-
--------
37-
38-
We use the library [python-ntlm](https://code.google.com/p/python-ntlm/) for authentication. As of July 2013, they have an experimental Python 3 port but it's not in PyPI for easy download.
39-
40-
To the best of our knowledge, PyExchange works with this port and is Python 3.3 compatible. But since this isn't easily testable, we can't officially support Python 3 at the moment.
41-
42-
Help in this area would be appreciated.
43-
4428
About
4529
-----
4630

setup.py

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

1313
setup(
1414
name='pyexchange',
15-
version='0.6-dev',
15+
version='0.6',
1616
url='https://github.com/linkedin/pyexchange',
1717
license='Apache',
1818
author='Rachel Sanders',

0 commit comments

Comments
 (0)