Skip to content

Commit

Permalink
Increase Booktype version numer
Browse files Browse the repository at this point in the history
  • Loading branch information
aerkalov committed Jul 12, 2012
1 parent fd2bbe3 commit e724318
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Booktype 1.5.3
Booktype 1.5.4
2 changes: 1 addition & 1 deletion lib/booki/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Booktype package
# XXX can this be done from setup.py ?
version = (1,5,3)
version = (1,5,4)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):

setup(
name = "Booktype",
version = "1.5.2",
version = "1.5.4",

packages = find_packages('lib'), # include all packages under lib
package_dir = {'':'lib'}, # tell distutils packages are under lib
Expand Down

0 comments on commit e724318

Please sign in to comment.