Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

""" 

PyLucid 

~~~~~~~ 

 

:copyleft: 2009-2019 by the PyLucid team, see AUTHORS for more details. 

:license: GNU GPL v3 or above, see LICENSE for more details. 

""" 

 

# https://pypi.org/project/PyLucid/#history 

 

# Note: 

# 

# If pre-release should be publish to PyPi: 

# * Set pip '--pre' flag in pylucid_boot.NORMAL_INSTALL 

# * push not pre-releases on 'master' branch 

# 

__version__ = "3.1.4.rc1" 

 

 

# Just the first two parts of the version 

# This added to template context to display the PyLucid Verion on the page. 

safe_version = ".".join(__version__.split(".")[:2])