File tree Expand file tree Collapse file tree 3 files changed +20
-23
lines changed Expand file tree Collapse file tree 3 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 22
33<!-- do not remove -->
44
5+ ## 0.1.1
6+
7+
8+
9+
510
611
712## 0.1.1
Original file line number Diff line number Diff line change 1- __version__ = "0.1.1 "
1+ __version__ = "0.1.2 "
Original file line number Diff line number Diff line change 11[DEFAULT]
2- # All sections below are required unless otherwise specified.
3- # See https://github.com/AnswerDotAI/nbdev/blob/main/settings.ini for examples.
4-
5- # ## Python library ###
62repo = markdown_merge
7- lib_name = %(repo)s
8- version = 0.1.1
3+ lib_name = markdown_merge
4+ version = 0.1.2
95min_python = 3.10
106license = apache2
117black_formatting = False
128requirements = fastcore markdown
13-
14- # ## nbdev ###
159doc_path = _docs
1610lib_path = markdown_merge
1711nbs_path = nbs
1812recursive = True
1913tst_flags = notest
2014put_version_in_init = True
2115update_pyproject = True
22-
23- # ## Docs ###
2416branch = master
2517custom_sidebar = False
26- doc_host = https://%(user)s.github.io
27- doc_baseurl = /%(repo)s
28- git_url = https://github.com/%(user)s/%(repo)s
29- title = %(lib_name)s
30-
31- # ## PyPI ###
18+ doc_host = https://AnswerDotAI.github.io
19+ doc_baseurl = /markdown_merge
20+ git_url = https://github.com/AnswerDotAI/markdown_merge
21+ title = markdown_merge
3222audience = Developers
3323author = Jeremy Howard
342435- copyright = 2025 onwards, %(author)s
25+ copyright = 2025 onwards, Jeremy Howard
3626description = Send email using markdown
3727keywords = email mail markdown template
3828language = English
3929status = 3
4030user = AnswerDotAI
4131cell_number = False
32+ readme_nb = index.ipynb
33+ allowed_metadata_keys =
34+ allowed_cell_metadata_keys =
35+ jupyter_hooks = False
36+ clean_ids = True
37+ clear_all = False
38+ skip_procs =
4239
43- # ## Optional ###
44- # dev_requirements =
45- # console_scripts =
46- # conda_user =
47- # package_data =
You can’t perform that action at this time.
0 commit comments