Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Jan 3, 2015
1 parent cbb4ead commit 23eaf8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ Changelog

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

Version 1.2.2 (2015-01-03)
--------------------------
* New command `kegbot bugreport` collects various system information.
* Bugfix: Crash on end keg button (#326).
* Bugfix: Unicode error during `kegbot upgrade` (#328).


Version 1.2.1 (2014-12-02)
--------------------------
* Fixed `run_gunicorn` launcher.


Version 1.2.0 (2014-12-01)
--------------------------
* Keg management improvements: The new "Keg Room" view shows kegs by status,
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.2.1'
VERSION = '1.2.2'
DOCLINES = __doc__.split('\n')

SHORT_DESCRIPTION = DOCLINES[0]
Expand Down

0 comments on commit 23eaf8f

Please sign in to comment.