Skip to content

Commit

Permalink
prepped release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jun 21, 2012
1 parent 00fb200 commit e082435
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release history
===============

Version 1.2.2 (2012-06-21)
--------------------------
Added a dictionary mixin for the plugins themselves so you can access you data directly with self['entry']
Corrected a problem when executing it from the dev tree with ./scripts/err.py
Corrected the python-daemon dependency
Corrected the encoding problem from the console to better match what the bot will gives to the plugins on a real XMPP server
admin_only is now a simple parameter of @botcmd
Implemented the history commands : !history !! !1 !2 !3
Corrected a bug in the python path for the BOT_EXTRA_PLUGIN_DIR setup parameter

Version 1.2.1 (2012-06-16)
--------------------------
Added a split_args_with to the botcmd decorator to ease the burden of parsing args on the plugin side (see https://github.com/gbin/err/wiki/plugin-dev)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):

setup(
name = "err",
version = "1.2.1",
version = "1.2.2",
packages = find_packages(),
scripts = ['scripts/err.py'],

Expand Down

0 comments on commit e082435

Please sign in to comment.