Skip to content

Commit

Permalink
build: Update ietf-at version to 0.15.3 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jul 12, 2023
1 parent 3126f59 commit 8497ea9
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 @@ -79,7 +79,7 @@ RUN gem install bundler && bundle install

RUN mkdir -p tmp && \
echo "UPLOAD_DIR = '$PWD/tmp'" > at/config.py && \
echo "VERSION = '0.15.2'" >> at/config.py && \
echo "VERSION = '0.15.3'" >> 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']" >> 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: 0.15.2
version: 0.15.3
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": "0.15.2",
"version": "0.15.3",
"description": "IETF Author Tools API",
"main": "",
"directories": {},
Expand Down

0 comments on commit 8497ea9

Please sign in to comment.