From 45bbd9fe08d9fa19329386028689c585da35dd08 Mon Sep 17 00:00:00 2001 From: "Asif Saif Uddin (Auvi)" Date: Thu, 27 Feb 2020 15:40:06 +0600 Subject: [PATCH] v3.6.3.0 --- README.rst | 2 +- billiard/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4307fe9f..5e427244 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ ======== billiard ======== -:version: 3.6.2.0 +:version: 3.6.3.0 |build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp| diff --git a/billiard/__init__.py b/billiard/__init__.py index 103141d3..02ca49fe 100644 --- a/billiard/__init__.py +++ b/billiard/__init__.py @@ -22,7 +22,7 @@ import sys from . import context -VERSION = (3, 6, 2, 0) +VERSION = (3, 6, 3, 0) __version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:]) __author__ = 'R Oudkerk / Python Software Foundation' __author_email__ = 'python-dev@python.org'