Commit e7d099fb authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Release version 0.1.5

parent 5b66d7ad
Changes
========
0.1.5 (2020-04-15)
---------------------
* revive tests [Thomas Gambier]
* upload command supports python3 [Thomas Gambier]
* better log message [Thomas Gambier]
* temporary files are removed [Thomas Gambier]
0.1.4 (2019-07-15)
---------------------
......
from setuptools import setup, find_packages
version = '0.1.4'
version = '0.1.5'
name = 'slapcache'
long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment