Skip to content

Commit 065b478

Browse files
Update version number to 3.18.1
1 parent cf911eb commit 065b478

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u"3.18.0"
58+
version = u"3.18.1"
5959
# The full version, including alpha/beta/rc tags.
6060
release = version
6161

dtoolcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import dtoolcore.utils
1818

1919

20-
__version__ = "3.18.0"
20+
__version__ = "3.18.1"
2121

2222
logger = logging.getLogger(__name__)
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33

4-
version = "3.18.0"
4+
version = "3.18.1"
55
url = "https://github.com/jic-dtool/dtoolcore"
66
readme = open('README.rst').read()
77

0 commit comments

Comments
 (0)