Skip to content

Commit

Permalink
Rev to 1.6.1 for dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Feb 28, 2017
1 parent ed9e179 commit d2bbe9e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 45 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.6.1
-----



1.6.0 - February 28, 2017
-------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# Metadata
project = u'agate'
copyright = u'2017, Christopher Groskopf'
version = '1.6.0'
release = '1.6.0'
version = '1.6.1'
release = '1.6.1'

exclude_patterns = ['_build']
pygments_style = 'sphinx'
Expand Down
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='agate',
version='1.6.0',
version='1.6.1',
description='A data analysis library that is optimized for humans instead of machines.',
long_description=open('README.rst').read(),
author='Christopher Groskopf',
Expand Down

0 comments on commit d2bbe9e

Please sign in to comment.