Skip to content

Commit

Permalink
Merge pull request #414 from arachnys/start-versioning
Browse files Browse the repository at this point in the history
Start versioning with 0.6.0
  • Loading branch information
frankh authored Feb 6, 2017
2 parents 34ba63d + 512c3ff commit 9db94bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Version 0.6.0
-------------

* Versioning Introduced.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='cabot',
version='0.0.1-dev',
version='0.6.0',
description="Self-hosted, easily-deployable monitoring and alerts service"
" - like a lightweight PagerDuty",
long_description=open('README.md').read(),
Expand Down

0 comments on commit 9db94bd

Please sign in to comment.