Skip to content

Commit

Permalink
0.9.2-7 - dependency handling for pip, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Simont3 committed Mar 9, 2015
1 parent e00af09 commit f56d0d6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
Binary file modified Documentation/HCPsdk.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions src/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release History
===============

**0.9.2-7 2015-03-09**

* Fixed:

dependency handling, again...

**0.9.2-6 2015-03-08**

* Fixed:
Expand Down
6 changes: 6 additions & 0 deletions src/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release History
===============

**0.9.2-7 2015-03-09**

* Fixed:

dependency handling, again...

**0.9.2-6 2015-03-08**

* Fixed:
Expand Down
2 changes: 1 addition & 1 deletion src/hcpsdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class _Version(object):
release = 0
major = 9
minor = 2
build = 6
build = 7

fullversion = '{}.{}.{}-{}'.format(release, major, minor, build)

Expand Down
5 changes: 2 additions & 3 deletions src/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dnspython3>=1.12.0
alabaster>=0.6.2
Sphinx>=1.2.3
alabaster >= 0.7.1
dnspython3 >= 1.12.0

0 comments on commit f56d0d6

Please sign in to comment.