Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Sep 19, 2014
1 parent 562a4c9 commit c9a3378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,25 @@ Changelog

**Upgrade Procedure:** Please follow :ref:`upgrading-kegbot` for general upgrade steps.

Current Version (in development)
--------------------------------
* Fullscreen mode is now exposed on the home page.
* New beverage fields: IBU, SRM, star rating, and color.
Version 1.1.0 (2014-09-19)
--------------------------
* Fullscreen mode.
* New keg artwork.
* New internal beverage fields: IBU, SRM, star rating, and color.


Version 1.0.2 (2014-08-21)
--------------------------
* Bugfix: Issue #309 (cannot reset password on private sites).
* Redis logging backend is configurable; see :ref:`settings` (thanks Jared).
* Bugfix: Issue #313 (``link/`` matching on usernames).


Version 1.0.1 (2014-07-21)
--------------------------
* Bugfix: Issue #302 (api ``status/`` endpoint).


Version 1.0.0 (2014-06-24)
--------------------------
* Initial 1.0 release.
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 @@

from setuptools import setup, find_packages

VERSION = '1.1.0b3'
VERSION = '1.1.0'
DOCLINES = __doc__.split('\n')

SHORT_DESCRIPTION = DOCLINES[0]
Expand Down

0 comments on commit c9a3378

Please sign in to comment.