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

Commit

Permalink
Merge branch 'maint-0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Virgil Dupras committed May 31, 2017
2 parents 769320d + b4d480c commit 6c8fd03
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/release_notes/v0.2.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#######################################
LXDock 0.2.1 release notes (2017-05-30)
#######################################

Requirements and compatibility
------------------------------

Python 3.4, 3.5 and 3.6. LXD 2.0+.

Fixes
-----

* Pin ``requests`` to avoid severe problems caused by new releases (`#81`_)

.. _`#81`: https://github.com/lxdock/lxdock/issues/81
2 changes: 1 addition & 1 deletion lxdock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.2.1.dev'
__version__ = '0.2.1'
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def read_relative_file(filename):
'python-dotenv>=0.6',
'PyYAML>=3.0,<4.0',
'voluptuous>=0.9,<1.0',
# TODO: find why requests >= 2.16 breaks our stuff. See #81
'requests>=2.5.1,<2.16',
],
tests_require=[
'pytest',
Expand Down

0 comments on commit 6c8fd03

Please sign in to comment.