Skip to content

Commit

Permalink
Bump to version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Jan 10, 2020
1 parent bcb4861 commit 8542657
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.3] 2020-01-10
### Added
- Added err-stackstorm version in the st2help display.

### Changed
- Fixed st2help function to have to correct number of positional arguments.

## [2.1.2] 2019-11-24
### Added
- Added CircleCI build badge to README.
Expand Down
2 changes: 1 addition & 1 deletion st2.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
)

LOG = logging.getLogger("errbot.plugin.st2")
ERR_STACKSTORM_VERSION = "2.1.2"
ERR_STACKSTORM_VERSION = "2.1.3"


class St2(BotPlugin):
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.1.2"
"version": "2.1.3"
}

0 comments on commit 8542657

Please sign in to comment.