Skip to content

Commit

Permalink
tagged-upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherbjorn committed Jul 2, 2023
1 parent db0bc23 commit c28719a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dkbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml

package:
name: ttcal
description: UNKNOWN
version: 2.0.3
description: Simple calendar operations
version: 2.0.4
created: 2013

build:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.3'
version = '2.0.4'
# The full version, including alpha/beta/rc tags.
release = '2.0.3'
release = '2.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys, os
import setuptools

version = '2.0.3'
version = '2.0.4'

DIRNAME = os.path.dirname(__file__)
description = open(os.path.join(DIRNAME, 'README.rst'), 'r').read()
Expand Down
2 changes: 1 addition & 1 deletion ttcal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Date classes (originally from TikTok).
"""
__version__ = '2.0.3'
__version__ = '2.0.4'
from .day import Day, Days, Today # noqa
from .duration import Duration, Period # noqa
from .calfns import chop, isoweek # noqa
Expand Down

0 comments on commit c28719a

Please sign in to comment.