Skip to content

Commit

Permalink
Merge pull request hastexo#77 from arbrandes/master
Browse files Browse the repository at this point in the history
v2.4.1
  • Loading branch information
arbrandes committed Oct 14, 2018
2 parents 0c8c5c4 + e88bffd commit 0bb044a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
@@ -1,3 +1,8 @@
Version 2.4.1 (2018-10-14)
---------------------------

* [Enhancement] Update OpenStack client libraries

Version 2.4.0 (2018-08-21)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion guacamole/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash -ex

GUACAMOLE_VERSION="0.9.13"
HASTEXO_VERSION="2.4.0"
HASTEXO_VERSION="2.4.1"

# Install requirements
apt update
Expand Down
2 changes: 1 addition & 1 deletion guacamole/pom.xml
Expand Up @@ -8,7 +8,7 @@
<groupId>org.hastexo.xblock</groupId>
<artifactId>hastexo-xblock</artifactId>
<packaging>war</packaging>
<version>2.4.0</version>
<version>2.4.1</version>
<name>hastexo-xblock</name>
<url>http://github.com/hastexo/hastexo-xblock/</url>

Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
@@ -1,9 +1,9 @@
osc-lib==1.2.0
cliff==2.2.0
oslo.utils==3.18.0
oslo.serialization==1.10.0
keystoneauth1==2.18.0
python-keystoneclient==3.10.0
oslo.utils==3.37.1
oslo.serialization==2.28.1
keystoneauth1==3.11.0
python-keystoneclient==3.17.0
python-heatclient==1.6.1
python-novaclient==7.1.2
paramiko==2.1.5
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -32,7 +32,7 @@ def package_data(pkg, roots):

setup(
name='hastexo-xblock',
version='2.4.0',
version='2.4.1',
description='hastexo XBlock: '
'Makes arbitrarily complex lab environments '
'available on an Open edX LMS',
Expand All @@ -58,10 +58,10 @@ def package_data(pkg, roots):
'xblock-utils',
'osc-lib==1.2.0',
'cliff==2.2.0',
'oslo.utils==3.18.0',
'oslo.serialization==1.10.0',
'keystoneauth1==2.18.0',
'python-keystoneclient==3.10.0',
'oslo.utils==3.37.1',
'oslo.serialization==2.28.1',
'keystoneauth1==3.11.0',
'python-keystoneclient==3.17.0',
'python-heatclient==1.6.1',
'python-novaclient==7.1.2',
'paramiko==2.1.5',
Expand Down

0 comments on commit 0bb044a

Please sign in to comment.