Skip to content

Commit

Permalink
new release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Jul 25, 2016
1 parent 2114eb2 commit a78d778
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.0 [2016-07-25]
- Only commit if content differs (@Jcpetrucci)

## 0.3.3 [2016-07-13]
- issued new pypi release

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.3.3"
__version__ = "0.4.0"

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.3.3"
__version__ = "0.4.0"

try:
ROOT = sys._MEIPASS
Expand Down

0 comments on commit a78d778

Please sign in to comment.