Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 3c556ee

Browse files
committed
KIT-1010 refactoring
1 parent 40c07a3 commit 3c556ee

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

docs/conf.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#
1919
import os
2020
import sys
21+
22+
import setup
23+
2124
sys.path.insert(0, os.path.abspath('..'))
2225

2326
import logstash_async
@@ -56,7 +59,7 @@
5659
# built documents.
5760
#
5861
# The short X.Y version.
59-
version = logstash_async.__version__
62+
version = setup.VERSION
6063
# The full version, including alpha/beta/rc tags.
6164
release = version
6265

logstash_async/__init__.py

-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# This software may be modified and distributed under the terms
4-
# of the MIT license. See the LICENSE file for details.
51

6-
__version__ = '2.3.3'
7-
8-
# When using an in-memory only cache, this persists the cache through
9-
# thread failures, shutdowns, and restarts.
10-
EVENT_CACHE = {}

0 commit comments

Comments
 (0)