Skip to content

Commit 94f53b8

Browse files
committed
tagged-upversion
1 parent 3aad108 commit 94f53b8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dkbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml
33
package:
44
name: ttcal
55
description: Simple calendar operations
6-
version: 2.0.5
6+
version: 2.0.6
77
created: 2013
88

99
build:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '2.0.5'
51+
version = '2.0.6'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '2.0.5'
53+
release = '2.0.6'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import setuptools
1818

19-
version = '2.0.5'
19+
version = '2.0.6'
2020

2121
DIRNAME = os.path.dirname(__file__)
2222
description = open(os.path.join(DIRNAME, 'README.rst'), 'r', encoding='utf-8').read()

ttcal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Date classes (originally from TikTok).
33
"""
4-
__version__ = '2.0.5'
4+
__version__ = '2.0.6'
55
from .day import Day, Days, Today # noqa
66
from .duration import Duration, Period # noqa
77
from .calfns import chop, isoweek # noqa

0 commit comments

Comments
 (0)