Browse Source

bumped to version 6.25.0

develop
Anand Doshi 9 years ago
parent
commit
1d0c5896c0
  1. 2
      erpnext/__version__.py
  2. 2
      erpnext/hooks.py
  3. 2
      setup.py

2
erpnext/__version__.py

@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = '6.24.5'
__version__ = '6.25.0'

2
erpnext/hooks.py

@ -7,7 +7,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd."
app_description = """ERP made simple"""
app_icon = "icon-th"
app_color = "#e74c3c"
app_version = "6.24.5"
app_version = "6.25.0"
app_email = "info@erpnext.com"
app_license = "GNU General Public License (v3)"
source_link = "https://github.com/frappe/erpnext"

2
setup.py

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from pip.req import parse_requirements
version = "6.24.5"
version = "6.25.0"
requirements = parse_requirements("requirements.txt", session="")
setup(

Loading…
Cancel
Save