Skip to content

Commit

Permalink
release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Apr 24, 2012
1 parent 3eb4a31 commit 836f9a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
---------


0.8 (UNRELEASED)
0.8 (2012-04-24)
~~~~~~~~~~~~~~~~

* Fix help(client) and repr(...).
Expand Down
2 changes: 1 addition & 1 deletion erppeek.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def literal_eval(node_or_string):
return _convert(node_or_string)


__version__ = '0.7'
__version__ = '0.8'
__all__ = ['Client', 'read_config']

CONF_FILE = 'erppeek.ini'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='ERPpeek',
version='0.7',
version='0.8',
license='BSD',
description='Versatile tool for browsing OpenERP data',
long_description=readme,
Expand Down

0 comments on commit 836f9a0

Please sign in to comment.