Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Jan 28, 2015
1 parent a013661 commit b852f43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
Join the [kegberry-announce](https://groups.google.com/forum/#!forum/kegberry-announce)
mailing list to be informed of new releases.

## 2.0.0 (in development)
## 2.1.0 (2015-01-27)

- Upgraded `kegbot-server` to version 1.2.3


## 2.0.0 (2014-11-12)

- Overhauled installer script, added new `kegberry` command.
- Servers now run as `kegberry`, no longer run as `pi` user.
- Servers now run as `kegbot`, no longer run as `pi` user.
- Installs into virtualenv.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from setuptools import setup, find_packages

VERSION = '2.0.0'
VERSION = '2.1.0'
DOCLINES = __doc__.split('\n')

SHORT_DESCRIPTION = DOCLINES[0]
Expand Down

0 comments on commit b852f43

Please sign in to comment.