Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Nov 12, 2014
1 parent 904a61a commit 5304d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Changelog

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

Current Version (in development)
--------------------------------
Version 1.1.1 (2014-11-11)
--------------------------
* API: New endpoint: `drinks/last`.
* Newly-created meters now default to FT330-RJ calibration values.
* Kegadmin: Kegs can be deleted from the "Edit Keg" screen.
* The `kegbot restore` command can run against an unzipped directory.


Version 1.1.0 (2014-09-19)
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.0'
VERSION = '1.1.1'
DOCLINES = __doc__.split('\n')

SHORT_DESCRIPTION = DOCLINES[0]
Expand Down

0 comments on commit 5304d8b

Please sign in to comment.