Skip to content

Commit

Permalink
update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lhadjchikh committed Oct 13, 2017
1 parent 1e154a9 commit 85c892c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). This proj
<a name="Unreleased"></a>
## [Unreleased]


<a name="1.5.3"></a>
## [1.5.3](https://github.com/dunbarcyber/cyphon/compare/1.5.2...1.5.3) (2017-10-13)

### Fixed

- **Dockerfile**: cached NLTK data in the Docker image [PR #247](https://github.com/dunbarcyber/cyphon/pull/247) ([9b4cf31](https://github.com/dunbarcyber/cyphon/commit/9b4cf31))
- **monitors**: fixed bug in `Monitor._get_inactive_seconds()` for new Monitors [PR #256](https://github.com/dunbarcyber/cyphon/pull/256) ([1e154a9](https://github.com/dunbarcyber/cyphon/commit/1e154a9))


<a name="1.5.2"></a>
Expand Down
2 changes: 1 addition & 1 deletion cyphon/cyphon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# third party
from django.utils.deprecation import MiddlewareMixin

VERSION = '1.5.2'
VERSION = '1.5.3'
"""str
Current Cyphon version.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def make_mock(mod_name, *args, **kwargs):
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.2'
release = '1.5.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 85c892c

Please sign in to comment.