From d3832c5a36c74b42f33d2bcd81cdb81bf372e70c Mon Sep 17 00:00:00 2001 From: Alain Takoudjou Date: Fri, 30 Jun 2017 15:34:30 +0200 Subject: [PATCH] Release version 0.1.3 --- CHANGES.txt | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f4d6b15..3dc6e54 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +0.1.3 (2017-06-30) +================== + +* add support for backup caucase database to cli +* serial is a random unique formatted hexadecimal number get from the csr_id +* allow to set custom subject (X509Name) when signing a certificate +* add new cliweb command which when required will download/update crl file from caucase web + 0.1.2 (2017-05-12) ================== * cliweb: renew now takes threshold option to check if renew is required and optional on-renew script to run after certificate renewal diff --git a/setup.py b/setup.py index 161af84..ec2905e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup, find_packages import glob import os -version = '0.1.2' +version = '0.1.3' name = 'caucase' long_description = open("README.rst").read() + "\n" -- 2.25.1