Skip to content

Commit

Permalink
Update version number to 3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjelvar-olsson committed Sep 27, 2021
1 parent cf911eb commit 065b478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The short X.Y version.
version = u"3.18.0"
version = u"3.18.1"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion dtoolcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import dtoolcore.utils


__version__ = "3.18.0"
__version__ = "3.18.1"

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup


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

Expand Down

0 comments on commit 065b478

Please sign in to comment.