summaryrefslogtreecommitdiff
path: root/markdown/__version__.py
Commit message (Collapse)AuthorAgeFilesLines
* Upped version to 2.6.102.6.10Waylan Limberg2017-12-071-1/+1
| | | | | This version was released to force PyPI to point to the new docs location. Closes #601. The old PyPI hosted docs can be deleted after this.
* Upped version to 2.6.9Waylan Limberg2017-08-171-1/+1
|
* Upped version to 2.6.8.2.6.8-finalWaylan Limberg2017-01-251-1/+1
|
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-181-0/+1
| | | | This fixes warnings with pycodestyle ≥ 2.1, see PyCQA/pycodestyle#400.
* Up version to 2.6.72.6.7-finalWaylan Limberg2016-09-231-1/+1
|
* Upped version to 2.6.6.2.6.6-finalWaylan Limberg2016-03-201-1/+1
|
* Upped version to 2.6.5.2.6.5-finalWaylan Limberg2015-11-241-1/+1
|
* Upped to version 2.6.4.2.6.4-finalWaylan Limberg2015-11-061-1/+1
|
* Upped to version 2.6.3.2.6.3-finalWaylan Limberg2015-10-261-1/+1
|
* Upped version to 2.6.22.6.2-finalWaylan Limberg2015-04-201-1/+1
|
* Upped version to 2.6.12.6.1-finalWaylan Limberg2015-03-081-1/+1
|
* Upped version to 2.6 final2.6-finalWaylan Limberg2015-02-191-1/+1
|
* Upped version to 2.6.devWaylan Limberg2014-11-301-1/+1
| | | | We are ready to start adding/changing features now.
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-1/+2
| | | | | | Got all but a couple files in the tests (ran out of time today). Apparently I have been using some bad form for years (although a few things seemed to look better before the update). Anyway, conformant now.
* Upped version to 2.5.2.2.5.2-finalWaylan Limberg2014-11-191-1/+1
|
* Upped version to 2.5.12.5.1-finalWaylan Limberg2014-09-261-1/+1
| | | | Also removed an inacurate statement in the 2.5 release notes.
* Version 2.5-Final2.5-finalWaylan Limberg2014-09-121-1/+1
|
* Upped version to 2.5-dev and started release notes.Waylan Limberg2014-08-201-1/+1
|
* Upped version to 2.4.12.4.1-finalWaylan Limberg2014-05-221-1/+1
|
* Upped version to 2.4 final.2.4-finalWaylan Limberg2014-02-161-1/+1
|
* Added release notes for pending release of v2.4.Waylan Limberg2013-08-131-1/+1
| | | | | Since adding the new smarty extension, the nex release it more than just a bugfix release.
* Version 2.3.12.3.1.finalWaylan Limberg2013-03-221-1/+1
|
* Version 2.3 Final2.3.finalWaylan Limberg2013-03-141-1/+1
|
* Upped version to 2.3.dev.Waylan Limberg2012-12-051-0/+28
Also refactored the version info to force PEP 386 compliance and to avoid the need to change the version in both the source and setup.py