99 < link rel ="canonical " href ="https://Python-Markdown.github.io/change_log/ ">
1010 < link rel ="shortcut icon " href ="../favicon.ico ">
1111 < link rel ="search " title ="Search " href ="../search.html " />
12- < link rel ="next " title ="Release Notes for v.3.2 " href ="release-3.2 / " />
12+ < link rel ="next " title ="Release Notes for v.3.3 " href ="release-3.3 / " />
1313 < link rel ="prev " title ="Contributing to Python-Markdown " href ="../contributing/ " />
14- < title > Change Log — Python-Markdown 3.2.2 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.3 documentation</ title >
1515 < link rel ="stylesheet " href ="../static/nature.css " type ="text/css " />
1616 < link rel ="stylesheet " href ="../static/pygments.css " type ="text/css " />
1717 < script type ="text/javascript " src ="../static/jquery.js "> </ script >
@@ -29,15 +29,15 @@ <h3>Navigation</h3>
2929 < a href ="../sitemap.html " title ="Sitemap " accesskey ="I "> index</ a >
3030 </ li >
3131 < li class ="right ">
32- < a href ="release-3.2 / " title ="Release Notes for v.3.2 " accesskey ="N "> next</ a > |
32+ < a href ="release-3.3 / " title ="Release Notes for v.3.3 " accesskey ="N "> next</ a > |
3333 </ li >
3434 < li class ="right ">
3535 < a href ="../contributing/ " title ="Contributing to Python-Markdown " accesskey ="P "> previous</ a > |
3636 </ li >
3737 < li > < img src ="../py.png "
3838 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
3939 < li class ="nav-item nav-item-0 ">
40- < a href =".. "> Python-Markdown 3.2.2 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.3 documentation</ a > »
4141 </ li >
4242
4343
@@ -63,13 +63,15 @@ <h3>Navigation</h3>
6363
6464
6565
66+
6667 </ ul >
6768 </ div >
6869
6970 < div class ="document ">
7071 < div class ="documentwrapper ">
7172 < div class ="bodywrapper ">
7273 < div class ="body " role ="main "> < h1 id ="python-markdown-change-log "> Python-Markdown Change Log< a class ="headerlink " href ="#python-markdown-change-log " title ="Permanent link "> ¶</ a > </ h1 >
74+ < p > Oct 6, 2020: version 3.3 (< a href ="release-3.3/ "> Notes</ a > ).</ p >
7375< p > May 8, 2020: version 3.2.2 (a bug-fix release).</ p >
7476< ul >
7577< li > Add < code > checklinks</ code > tox environment to ensure all links in documentation are good.</ li >
@@ -78,7 +80,7 @@ <h3>Navigation</h3>
7880< li > Do not double escape entities in TOC.</ li >
7981< li > Correctly report if an extension raises a < code > TypeError</ code > (#939).</ li >
8082< li > Raise a < code > KeyError</ code > when attempting to delete a nonexistent key from the
81- extension registry (#939). </ li >
83+ extension registry (#939).</ li >
8284< li > Remove import of < code > packaging</ code > (or < code > pkg_resources</ code > fallback) entirely.</ li >
8385< li > Remove < code > setuptools</ code > as a run-time dependency (< code > install_required</ code > ).</ li >
8486</ ul >
@@ -271,7 +273,7 @@ <h4>Previous topic</h4>
271273
272274 < h4 > Next topic</ h4 >
273275 < p class ="topless ">
274- < a href ="release-3.2 / " title ="next page "> Release Notes for v.3.2 </ a >
276+ < a href ="release-3.3 / " title ="next page "> Release Notes for v.3.3 </ a >
275277 </ p >
276278
277279 < div role ="note " aria-label ="source link ">
@@ -305,15 +307,15 @@ <h3>Navigation</h3>
305307 < a href ="../sitemap.html " title ="Sitemap " accesskey ="I "> index</ a >
306308 </ li >
307309 < li class ="right ">
308- < a href ="release-3.2 / " title ="Release Notes for v.3.2 " accesskey ="N "> next</ a > |
310+ < a href ="release-3.3 / " title ="Release Notes for v.3.3 " accesskey ="N "> next</ a > |
309311 </ li >
310312 < li class ="right ">
311313 < a href ="../contributing/ " title ="Contributing to Python-Markdown " accesskey ="P "> previous</ a > |
312314 </ li >
313315 < li > < img src ="../py.png "
314316 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
315317 < li class ="nav-item nav-item-0 ">
316- < a href =".. "> Python-Markdown 3.2.2 documentation</ a > »
318+ < a href =".. "> Python-Markdown 3.3 documentation</ a > »
317319 </ li >
318320
319321
@@ -339,6 +341,7 @@ <h3>Navigation</h3>
339341
340342
341343
344+
342345 </ ul >
343346 </ div >
344347 < div class ="footer " role ="contentinfo "> Copyright © 2010-2017, The Python-Markdown Project.
@@ -349,7 +352,7 @@ <h3>Navigation</h3>
349352
350353 <!--
351354 MkDocs version : 1.1
352- Docs Build Date UTC : 2020-05-08 17:25:48
355+ Docs Build Date UTC : 2020-10-06 20:56:52
353356 -->
354357 </ body >
355358</ html >
0 commit comments