Skip to content

Commit

Permalink
Merge pull request #1625 from StackStorm/update_versions_0.11.2
Browse files Browse the repository at this point in the history
Update version and adjust Changelog
  • Loading branch information
manasdk committed Jun 12, 2015
2 parents acc394f + afc6c91 commit 88ca99a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Changelog
=========

0.11.2 - TBD
------------
0.11.2 - June 12, 2015
----------------------

* Fix a bug with ``start_timestamp`` and ``end_timestamp`` sometimes returning an invalid value in
a local instead of UTC timezone. (bug-fix)
* Fix to get PollingSensor working again. Sensors of type PollingSensor were not being treated
as such and as a result would fail after the 1st poll. (bug-fix)

0.11.1 - June 8, 2015
---------------------
Expand Down
2 changes: 1 addition & 1 deletion tools/st2_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ STABLE=`curl -Ss -q https://downloads.stackstorm.net/deb/pool/trusty_stable/main
LATEST=`curl -Ss -q https://downloads.stackstorm.net/deb/pool/trusty_unstable/main/s/st2api/ | grep 'amd64.deb' | sed -e "s~.*>st2api_\(.*\)-.*<.*~\1~g" | sort --version-sort -r | uniq | head -n 1`

if [ -z $1 ]; then
ST2VER=0.11.1
ST2VER=0.11.2
else
if [[ "$1" == "stable" ]]; then
ST2VER=${STABLE}
Expand Down
2 changes: 1 addition & 1 deletion tools/st2_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sleep ${WARNING_SLEEP_DELAY}

if [ -z $1 ]
then
VER='0.11.1'
VER='0.11.2'
elif [[ "$1" == "latest" ]]; then
VER='0.12dev'
else
Expand Down

0 comments on commit 88ca99a

Please sign in to comment.