Skip to content

Commit dc98316

Browse files
committed
v2.9.0, OUR_IMAGE_TAG=v2.9.0
1 parent 6b0c677 commit dc98316

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v2.9.0 (2021-07-22)
2+
======================================
3+
4+
* [FEATURE] Use sphinx_typo3_theme >=4.6 with global search
5+
* [FEATURE] Add sphinx-copybutton to code-blocks
6+
7+
18
Release 'develop' (v2.8.3 (2021-03-29)
29
======================================
310

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM ubuntu:20.04
22
# Reflect the development progress. Set to the release number or something
33
# like vX.Y-dev
4-
ARG OUR_IMAGE_VERSION=v2.9-dev
4+
ARG OUR_IMAGE_VERSION=v2.9.0
55
# Specify tag. Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
66
# release version looks like 'v2.9.0'
7-
ARG OUR_IMAGE_TAG=develop
7+
ARG OUR_IMAGE_TAG=v2.9.0
88
#
99
# flag for apt-get - affects only build time
1010
ARG DEBIAN_FRONTEND=noninteractive

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to build the TYPO3 official Docker image `t3docs/render-documentation` for
66
rendering TYPO3 documentation.
77

88
:Repository: https://github.com/t3docs/docker-render-documentation
9-
:Version: v2.8-dev
9+
:Version: v2.9.0
1010
:Capabilites: html, singlehtml, latex
1111
:Docker image: t3docs/render-documentation:develop
1212
:Docker hub: https://hub.docker.com/r/t3docs/render-documentation/

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.7.2
1+
v2.9.0
22

33

44
Keep version number like above in files:

0 commit comments

Comments
 (0)