Mercurial > piecrust2
comparison piecrust/__init__.py @ 743:7705b3d981ca
templating: Make the 'categories' taxonomy use a 'pccaturl' function again.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 03 Jun 2016 20:21:58 -0700 |
parents | 8c3c2b949b82 |
children | f6f9a284a5f3 |
comparison
equal
deleted
inserted
replaced
742:9231172e3d81 | 743:7705b3d981ca |
---|---|
16 DEFAULT_DATE_FORMAT = '%b %d, %Y' | 16 DEFAULT_DATE_FORMAT = '%b %d, %Y' |
17 DEFAULT_THEME_SOURCE = 'https://bitbucket.org/ludovicchabant/' | 17 DEFAULT_THEME_SOURCE = 'https://bitbucket.org/ludovicchabant/' |
18 | 18 |
19 PIECRUST_URL = 'https://bolt80.com/piecrust/' | 19 PIECRUST_URL = 'https://bolt80.com/piecrust/' |
20 | 20 |
21 CACHE_VERSION = 26 | 21 CACHE_VERSION = 27 |
22 | 22 |
23 try: | 23 try: |
24 from piecrust.__version__ import APP_VERSION | 24 from piecrust.__version__ import APP_VERSION |
25 except ImportError: | 25 except ImportError: |
26 APP_VERSION = 'unknown' | 26 APP_VERSION = 'unknown' |