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 ee8adc8 commit 091621e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dkbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml
package:
name: ttcal
description: Simple calendar operations
version: 2.0.4
version: 2.0.5
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.4'
version = '2.0.5'
# The full version, including alpha/beta/rc tags.
release = '2.0.4'
release = '2.0.5'

# 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 @@ -16,7 +16,7 @@
import os
import setuptools

version = '2.0.4'
version = '2.0.5'

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.4'
__version__ = '2.0.5'
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 091621e

Please sign in to comment.