Skip to content

Commit

Permalink
feat(base.py): modify coc_version to 2023.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Tsai committed Jan 6, 2023
1 parent 3c15129 commit 737f62b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pycontw2016/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,13 @@ def node_bin(name):
)

EVENTS_DAY_NAMES = collections.OrderedDict([
(datetime.date(2022, 9, 3), _('Day 1')),
(datetime.date(2022, 9, 4), _('Day 2')),
(datetime.date(2022, 9, 2), _('Day 1')),
(datetime.date(2022, 9, 3), _('Day 2')),
])

SCHEDULE_REDIRECT_URL = None

COC_VERSION = '2022.0'
COC_VERSION = '2023.0'

# Since 2021, pycon.tw has indivisual server hosting the attendee-facing pages
# (see the repo at https://github.com/pycontw/pycontw-2021) and this config
Expand Down

0 comments on commit 737f62b

Please sign in to comment.