Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgilmerproj committed Nov 16, 2016
1 parent f5909f8 commit 539bcc6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# CHANGELOG

## Version 0.0.7

- TBD

## Version 0.0.6

- Correctly capture exceptions for color equations
- Use same format for all documentation
- Update and use same format for all documentation
- Give RecipeBuilder ability to determine needed yeast attenuation
- Add Style object for checking recipes
- Add properties to Recipe for common properties (og, bg, fg, plato, ibu, abv, color)
- Add utility to parse BJCP Styles

## Version 0.0.5

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![PyPI](https://img.shields.io/pypi/v/brewday.svg)](https://pypi.python.org/pypi/brewday/0.0.5)
[![PyPI](https://img.shields.io/pypi/v/brewday.svg)](https://pypi.python.org/pypi/brewday/0.0.6)
[![Versions](https://img.shields.io/pypi/pyversions/brewday.svg)](https://img.shields.io/pypi/pyversions/brewday.svg)
[![Build Status](https://travis-ci.org/chrisgilmerproj/brewday.svg?branch=master)](https://travis-ci.org/chrisgilmerproj/brewday)
[![Documentation Status](https://readthedocs.org/projects/brewday/badge/?version=latest)](http://brewday.readthedocs.org/en/latest/?badge=latest)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Example:
(.venv) $ make html
.. |PyPI| image:: https://img.shields.io/pypi/v/brewday.svg
:target: https://pypi.python.org/pypi/brewday/0.0.5
:target: https://pypi.python.org/pypi/brewday/0.0.6
.. |Versions| image:: https://img.shields.io/pypi/pyversions/brewday.svg
:target: https://img.shields.io/pypi/pyversions/brewday.svg
.. |Build Status| image:: https://travis-ci.org/chrisgilmerproj/brewday.svg?branch=master
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.0.5'
version = u'0.0.6'
# The full version, including alpha/beta/rc tags.
release = u'0.0.5'
release = u'0.0.6'

# 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 @@ -2,7 +2,7 @@
from setuptools import setup


VERSION = '0.0.5'
VERSION = '0.0.6'

setup(
name='brewday',
Expand Down

0 comments on commit 539bcc6

Please sign in to comment.