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

Release version 0.1.6

parent 1c4ff607
Changes Changes
======== ========
0.1.6 (2020-11-03)
---------------------
* BACKWARD INCOMPATIBLE: use signature-private-key-file option instead of signature_private_key_file [Thomas Gambier]
0.1.5 (2020-04-15) 0.1.5 (2020-04-15)
--------------------- ---------------------
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.1.5' version = '0.1.6'
name = 'slapcache' name = 'slapcache'
long_description = open("README.txt").read() + "\n" + \ long_description = open("README.txt").read() + "\n" + \
open("CHANGES.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