Skip to content

Commit

Permalink
build: Update ietf-at version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jan 10, 2024
1 parent 4d4ab9e commit a11354f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN gem install bundler && bundle install

RUN mkdir -p tmp && \
echo "UPLOAD_DIR = '$PWD/tmp'" > at/config.py && \
echo "VERSION = '1.0.1'" >> at/config.py && \
echo "VERSION = '1.1.0'" >> at/config.py && \
echo "REQUIRE_AUTH = False" >> at/config.py && \
echo "DT_LATEST_DRAFT_URL = 'https://datatracker.ietf.org/api/rfcdiff-latest-json'" >> at/config.py && \
echo "ALLOWED_DOMAINS = ['ietf.org', 'rfc-editor.org', 'github.com', 'githubusercontent.com', 'github.io', 'gitlab.com', 'gitlab.io', 'codeberg.page']" >> at/config.py
Expand Down
2 changes: 1 addition & 1 deletion api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: "3.0.0"
info:
title: IETF Author Tools API
version: 1.0.1
version: 1.1.0
servers:
- url: https://author-tools.ietf.org
description: Alpha server
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ietf-at",
"version": "1.0.1",
"version": "1.1.0",
"description": "IETF Author Tools API",
"main": "",
"directories": {},
Expand Down

0 comments on commit a11354f

Please sign in to comment.