Skip to content

Commit

Permalink
Merge branch 'release/3.4.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunbhardwaj committed May 1, 2015
2 parents 2acfb23 + 767ae63 commit a0223b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion product.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def __setup__(cls):
cls._error_messages.update({
'unique_uri': ('URI of Product must be Unique'),
})
cls.per_page = 9
cls.per_page = 12

@classmethod
def __register__(cls, module_name):
Expand Down
2 changes: 1 addition & 1 deletion tryton.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tryton]
version=3.4.2.4
version=3.4.2.5
depends:
product
product_notebook
Expand Down

0 comments on commit a0223b1

Please sign in to comment.