Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Baguage committed Apr 13, 2018
1 parent 51eaa01 commit 2e9ef9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
@@ -1,6 +1,9 @@
Unreleased
[+] Added mock.MockQualtrics object (for unit testing code that uses pyqualtrics.Qualtrics class)

0.6.8 - 2017-12-29
[*] Updated classifiers in setup.py to reflect Python 3.5 support

0.6.7 - 2017-09-26
[+] Added error messages for getSurvey if it fails

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ My ultimate goal is cover all API calls. Some of them (subscribe, createUser etc

# System requirements

Python 2.7 only. I do intent to add support for Python 3.x in near future.
Python 2.7 or Python 3.5

Requires setuptools. It might be already installed on your system, but if not you can use `ez_setup.py` script to install setuptools.

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -53,6 +53,8 @@
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)

0 comments on commit 2e9ef9e

Please sign in to comment.