File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 2.0.23] - 2018-05-02
8+
9+ - Fix for Markdown on PyPi, no code chang
10+
711## [ 2.0.22] - 2018-05-02
812
913### Fixed
Original file line number Diff line number Diff line change 11
22.PHONY : release
33release :
4- python setup.py sdist bdist_wheel
4+ rm dist/* .whl dist/* .tar.gz
5+ python3 setup.py sdist bdist_wheel
56 twine upload dist/* .whl dist/* .tar.gz
67
78.PHONY : test
Original file line number Diff line number Diff line change 11"""Version, used in module and setup.py.
22"""
3- __version__ = "2.0.22 "
3+ __version__ = "2.0.23 "
You can’t perform that action at this time.
0 commit comments