diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..7e23309 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,28 @@ +Changelog +========= + +These are all the changes in Lektor since the first public release. + +0.3.1 + +Release date 25th of January, 2019 + +- Release with py2 and py3 wheel. + +0.3 + +Release date 12th of May, 2018 + +- Setup updates. + +0.2 + +Release date 12th of October, 2017 + +- Fix background highlighting. + +0.1 + +Release date 25th of December, 2015 + +- Initial Release. diff --git a/setup.py b/setup.py index eaf55e7..d5bd59b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ name='lektor-markdown-highlighter', py_modules=['lektor_markdown_highlighter'], url='http://github.com/lektor/lektor-markdown-highlighter', - version='0.3', + version='0.3.1', classifiers=[ 'Environment :: Plugins', 'Environment :: Web Environment',