We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a728465 commit 5903f3eCopy full SHA for 5903f3e
2 files changed
HISTORY.rst
@@ -7,3 +7,9 @@ History
7
---------------------
8
9
* First release on PyPI.
10
+
11
12
+0.1.2 (214-12-22)
13
+------------------
14
15
+* Python 3.3 and Python 3.4 compatability
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='swapi',
20
- version='0.1.1',
+ version='0.1.2',
21
description='A Python helper library for swapi.co - the Star Wars API',
22
long_description=readme + '\n\n' + history,
23
author='Paul Hallett',
0 commit comments