Skip to content

Commit

Permalink
Rev to 0.3.4 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Dec 1, 2016
1 parent e85dd30 commit d8e06a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.4
-----



0.3.3 - November 30, 2016
-------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
# Metadata
project = u'leather'
copyright = u'2016, Christopher Groskopf'
version = '0.3.3'
release = '0.3.3'
version = '0.3.4'
release = '0.3.4'

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 @@ -8,7 +8,7 @@

setup(
name='leather',
version='0.3.3',
version='0.3.4',
description='Python charting for 80% of humans.',
long_description=open('README.rst').read(),
author='Christopher Groskopf',
Expand Down

0 comments on commit d8e06a8

Please sign in to comment.