Commit bb007240 authored by Anand Doshi's avatar Anand Doshi
Browse files

bumped to version 6.17.2

parent 4e5a9e46
Showing with 3 additions and 3 deletions
+3 -3
from __future__ import unicode_literals
__version__ = "6.17.1"
__version__ = "6.17.2"
......@@ -5,7 +5,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd."
app_description = "Full stack web framework with Python, Javascript, MariaDB, Redis, Node"
app_icon = "octicon octicon-circuit-board"
app_version = "6.17.1"
app_version = "6.17.2"
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.17.1"
version = "6.17.2"
requirements = parse_requirements("requirements.txt", session="")
setup(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment