From e65b02d966ebce30d0601a3235fa6e6e9cef3216 Mon Sep 17 00:00:00 2001 From: Ramiro Berrelleza Date: Sun, 11 Sep 2016 18:56:31 -0700 Subject: [PATCH] Version 1.5.4 --- lib/hipchat/version.rb | 2 +- tests.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tests.py diff --git a/lib/hipchat/version.rb b/lib/hipchat/version.rb index b81117a..d7d956e 100644 --- a/lib/hipchat/version.rb +++ b/lib/hipchat/version.rb @@ -1,3 +1,3 @@ module HipChat - VERSION = '1.5.3' + VERSION = '1.5.4' end diff --git a/tests.py b/tests.py new file mode 100644 index 0000000..9079be2 --- /dev/null +++ b/tests.py @@ -0,0 +1,2 @@ +import os +print os.path.dirname(os.path.realpath(__file__))