# Releases
-
Release: pathfinder 0.6.2
Pathfinder 0.6.2 is a minor release, with a fix that requires the filepath parameter to exist.
If the path does not exist an error is raised.
-
Release: python-docraptor 1.2.3
Bugfix: explicity set.messageonDocRaptorRequestException. -
python-intercom 3.0
Version 3 of python-intercom has risen from it’s seat in the basement, stomped up the stairs, burst through the front door, and roared “I’M FREE!". -
python-intercom 3.0b3
The long drawn out “will version-3 be released” saga is coming to an end. I’ve just released 3.0b3. -
Release: python-docraptor 1.2.2
A teeny release. The default timeout has been increased from 10 to 90 seconds. -
Jekyll Responsive Embed Update
An updated version of my Responsive Embed Jekyll convertor. -
baseliner 1.0
The Baseliner overlay now indicates it does not want to be a target of mouse events. When Baseliner is open, it’s possible to interact with the page beneath. -
baseliner 1.0.beta
Baseliner has reverted to client side overlay generation. The main reason for this change, is to allow Baseliner to work offline. I felt that this simple tool should not need an internet connection to work. -
python-intercom 2.1.1
Announcing version 2.1.1 of python-intercom. -
python-intercom 2.0.0
Announcing version 2 of python-intercom. -
python-intercom 2.0.beta
A couple of major issues were raised for the alpha release. The first was the lack of support for empty body responses, and the second was incorrect tracking of
changed_attributesfor resources.These are fixed in this release, and an FAQ has been added to the documentation.
-
python-intercom 2.0.alpha
python-intercom now supports Intercom API v2 and Python 3. -
python-intercom 0.2.13
A new release of python-intercom with support for wildcard importing. -
Release: python-intercom 0.2.12
-
Release: baseliner 0.9.11
-
Release: pathfinder 0.5.3
-
Release: python-intercom 0.2.10
-
Release: baseliner 0.9.9
-
Release: python-intercom 0.2.9
-
Release: pathfinder 0.5.2
-
Release: pathfinder 0.5
-
Release: python-docraptor 1.2.1
-
Release: python-intercom 0.2.8
-
Release: django-methodview 0.1.2
-
Release: python-intercom 0.2.7
-
Introducing python-intercom
from intercom import User user = User.find(email='somebody@example.com')
-
Introducing python-docraptor
docraptor = DocRaptor() resp = docraptor.create({ 'document_content': '<p>python-docraptor Test</p>', 'test': True }) # PDF data is now available in resp.content
-
Release: pathfinder 0.3.1
# only search top 2 levels of the directory tree paths = pathfinder.pathfind(".", depth=2)
-
Release: configpy 0.5
Release 0.5 includes support for compound keys, and better__getattr__support. -
Release: configy 0.3
Release 0.3 adds support for multi-line and in-line comments. -
Releases: pathfinder & configpy