Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta committed Mar 3, 2016
2 parents a48c626 + e3a4dac commit 82d9b4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frappe/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = "6.25.3"
__version__ = "6.25.4"
2 changes: 1 addition & 1 deletion frappe/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
app_description = "Full stack web framework with Python, Javascript, MariaDB, Redis, Node"

app_icon = "octicon octicon-circuit-board"
app_version = "6.25.3"
app_version = "6.25.4"
app_color = "orange"
source_link = "https://github.com/frappe/frappe"
app_license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from pip.req import parse_requirements

version = "6.25.3"
version = "6.25.4"
requirements = parse_requirements("requirements.txt", session="")

setup(
Expand Down

0 comments on commit 82d9b4f

Please sign in to comment.