Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Not ready for django 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagllus committed Dec 2, 2014
1 parent 14b54fb commit f1dad37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ in PuppetDB. It is implemented using the `requests`_ library.
To use this library you will need:
* Python 2.7+
* Python 3.3+
* Django 1.6+
* Django 1.6
* pypuppetdb

Currently I'm working on making it 1.7 compatible

Installation
============

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='django_pypuppetdb',
version='0.1.2',
version='0.1.3',
url='https://github.com/nedap/django-pypuppetdb',
license='Apache License 2.0',
description='Handles authorization for Django by using puppetdb users',
Expand Down

0 comments on commit f1dad37

Please sign in to comment.