bumped to version 6.7.11

This commit is contained in:
Anand Doshi 2015-11-09 19:38:34 +06:00
parent 7855a90de7
commit ee08da9e75
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = "6.7.10"
__version__ = "6.7.11"

View file

@ -27,7 +27,7 @@ to ERPNext.
"""
app_icon = "octicon octicon-circuit-board"
app_version = "6.7.10"
app_version = "6.7.11"
app_color = "orange"
source_link = "https://github.com/frappe/frappe"
app_license = "MIT"

View file

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = "6.7.10"
version = "6.7.11"
with open("requirements.txt", "r") as f:
install_requires = f.readlines()