Skip to content

Commit

Permalink
new release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Jul 25, 2016
1 parent f1a3be3 commit 02f84c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All enhancements and patches to statuspage will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.4.1 [2016-07-25]
- Fixed a bug on python 3 where the hash function wasn't working.

## 0.4.0 [2016-07-25]
- Only commit if content differs (@Jcpetrucci)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

from setuptools import setup
__version__ = "0.4.0"
__version__ = "0.4.1"

with io.open('README.md', 'r', encoding='utf-8') as readme_file:
readme = readme_file.read()
Expand Down
2 changes: 1 addition & 1 deletion statuspage/statuspage.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from jinja2 import Template
from tqdm import tqdm

__version__ = "0.4.0"
__version__ = "0.4.1"

try:
ROOT = sys._MEIPASS
Expand Down

0 comments on commit 02f84c4

Please sign in to comment.