What does the __init__.py file say?
It looks like TurnKey Linux installs into /usr/share/  so try:

$ cat /usr/share/mayan-edms/lib/python2.7/site-packages/mayan/__init__.py

Here's what Mayan 2.7.3 looks like:

$ cat /opt/mayan-edms/lib/python2.7/site-packages/mayan/__init__.py
from __future__ import unicode_literals

__title__ = 'Mayan EDMS'
__version__ = '2.7.3'
__build__ = 0x020703
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosa...@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2011-2016 Roberto Rosario'


On 14 February 2018 at 14:31, Juan carlos Martínez <jcm...@gmail.com> wrote:

> Instale una ct con la version descargada de TurnKey 2.2, realice el
> procedimiento de actualizacion a 2.7.3
> Y en la informacion de version sigue apareciendo 2.2
> Como puedo verificar la version correcta instalada?
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Mayan EDMS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mayan-edms+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mayan-edms+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to