Skip to content

Commit

Permalink
Update to version 0.6.0 for development.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Aug 28, 2015
1 parent fabe74b commit 2652162
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.0
-----


0.5.0
-----

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.0'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = '0.5.0 (alpha)'
release = '0.6.0 (alpha)'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='agate',
version='0.5.0',
version='0.6.0',
description='',
long_description=open('README').read(),
author='Christopher Groskopf',
Expand Down

0 comments on commit 2652162

Please sign in to comment.