File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
* .pyc
2
2
__pycache__
3
3
.cache
4
+ .pytest_cache
4
5
build
5
6
dist
6
7
flourish.egg-info
Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - ' 2.7 '
3
+ - ' 3.6 '
4
4
5
5
script : sh tests/run.sh -v
6
6
Original file line number Diff line number Diff line change 2
2
3
3
# Release notes for Flourish
4
4
5
- ## as yet unreleased
5
+ ## 0.7 — UNRELEASED
6
6
7
7
* Make two [ functions available in templates] [ fn ] — ` url ` to get URLs,
8
8
` lookup ` to fetch source data.
9
9
* Provide ways of [ linking sources together] [ ln ] .
10
10
* Markdown [ front matter] [ as ] can now also be surrounded by backticks
11
11
(`` ``` `` ) in addition to the default hyphens (` --- ` ), in order for them
12
12
to render better in some Markdown previews (eg GitHub).
13
+ * Alters the code to work under python 3.6, dropping support for python 2.
13
14
14
15
[ fn ] : http://flourish.readthedocs.io/en/latest/template-functions/
15
16
[ ln ] : http://flourish.readthedocs.io/en/latest/linking-sources/
Original file line number Diff line number Diff line change 1
- __version__ = '0.6 '
1
+ __version__ = '0.7.0 '
Original file line number Diff line number Diff line change 36
36
37
37
'License :: OSI Approved :: MIT License' ,
38
38
39
- 'Programming Language :: Python :: 2 ' ,
39
+ 'Programming Language :: Python :: 3 ' ,
40
40
41
41
'Topic :: Software Development :: Build Tools' ,
42
42
'Topic :: Software Development :: Code Generators' ,
You can’t perform that action at this time.
0 commit comments