From 4c78a4f6ccf642055dc92553a4813dd65845c0cb Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 8 Oct 2017 04:49:15 +0200 Subject: [PATCH] v0.92 --- docs/conf.py | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 58b533e..23e33b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ author = u'DMS Serwis s.c.' # built documents. # # The short X.Y version. -version = '0.91' +version = '0.92' # The full version, including alpha/beta/rc tags. -release = u'0.91' +release = u'0.92' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 3ab7d19..4a6641d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] description-file = README.md name = CoolAMQP -version = 0.92rc2 +version = 0.92 license = MIT License classifiers = Programming Language :: Python -- GitLab