bumped to version 4.14.1

This commit is contained in:
Pratik Vyas 2015-04-27 17:58:05 +06:00
parent 1b29ca2a73
commit 7b2efbb868
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = "4.14.0"
__version__ = "4.14.1"

View file

@ -4,7 +4,7 @@ app_title = "Frappe Framework"
app_publisher = "Web Notes Technologies Pvt. Ltd."
app_description = "Full Stack Web Application Framework in Python"
app_icon = "assets/frappe/images/frappe.svg"
app_version = "4.14.0"
app_version = "4.14.1"
app_color = "#3498db"
app_email = "support@frappe.io"

View file

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = "4.14.0"
version = "4.14.1"
with open("requirements.txt", "r") as f:
install_requires = f.readlines()