This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Release 4.0.0
version-14
Pratik Vyas
11 years ago
parent
c5da29e16d
commit
4b8c71db25
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
frappe/__init__.py
+2
-2
setup.py
+ 2
- 0
frappe/__init__.py
View File
@@ -16,6 +16,8 @@ import json
from .exceptions import *
__version__ = "4.0.0"
local = Local()
class _dict(dict):
+ 2
- 2
setup.py
View File
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '4.0.0
-beta
'
version = '4.0.0'
with open("requirements.txt", "r") as f:
install_requires = f.readlines()
@@ -21,4 +21,4 @@ setup(
'frappe = frappe.cli:main'
]
}
)
)
Write
Preview
Loading…
Cancel
Save