Ver a proveniência

bumped to version 6.12.1

version-14
Rushabh Mehta há 9 anos
ascendente
cometimento
dca082853b
3 ficheiros alterados com 3 adições e 3 eliminações
  1. +1
    -1
      frappe/__version__.py
  2. +1
    -1
      frappe/hooks.py
  3. +1
    -1
      setup.py

+ 1
- 1
frappe/__version__.py Ver ficheiro

@@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = "6.12.0"
__version__ = "6.12.1"

+ 1
- 1
frappe/hooks.py Ver ficheiro

@@ -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.12.0"
app_version = "6.12.1"
app_color = "orange"
source_link = "https://github.com/frappe/frappe"
app_license = "MIT"


+ 1
- 1
setup.py Ver ficheiro

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = "6.12.0"
version = "6.12.1"

with open("requirements.txt", "r") as f:
install_requires = f.readlines()


Carregando…
Cancelar
Guardar