Skip to content
Snippets Groups Projects
Commit 98a230a5 authored by Nabin Hait's avatar Nabin Hait
Browse files

Merge branch 'develop'

parents 7ac9c6b5 58e14cba
No related branches found
Tags v6.26.6
No related merge requests found
from __future__ import unicode_literals
__version__ = "6.26.5"
__version__ = "6.26.6"
File moved
......@@ -5,7 +5,7 @@ app_publisher = "Frappe Technologies"
app_description = "Full stack web framework with Python, Javascript, MariaDB, Redis, Node"
app_icon = "octicon octicon-circuit-board"
app_version = "6.26.5"
app_version = "6.26.6"
app_color = "orange"
source_link = "https://github.com/frappe/frappe"
app_license = "MIT"
......
from setuptools import setup, find_packages
from pip.req import parse_requirements
version = "6.26.5"
version = "6.26.6"
requirements = parse_requirements("requirements.txt", session="")
setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment