1.1.0
This commit is contained in:
parent
fffff4973e
commit
e8a141a000
@ -41,6 +41,13 @@ WORKDIR /app/legacy/ptvp35/docs/
|
|||||||
RUN make html
|
RUN make html
|
||||||
|
|
||||||
|
|
||||||
|
FROM compile-legacy as compile-1.1.0
|
||||||
|
|
||||||
|
RUN git fetch && git checkout 1.1.0
|
||||||
|
WORKDIR /app/legacy/ptvp35/docs/
|
||||||
|
RUN make html
|
||||||
|
|
||||||
|
|
||||||
FROM compile-sphinx5.3.0-base as compile-latest
|
FROM compile-sphinx5.3.0-base as compile-latest
|
||||||
|
|
||||||
COPY docs/Makefile docs/Makefile
|
COPY docs/Makefile docs/Makefile
|
||||||
@ -59,5 +66,6 @@ WORKDIR /app/docs/build/html/
|
|||||||
COPY --from=compile-1.0 /app/legacy/ptvp35/build/html/ /app/docs/build/html/1.0/
|
COPY --from=compile-1.0 /app/legacy/ptvp35/build/html/ /app/docs/build/html/1.0/
|
||||||
COPY --from=compile-1.1rc0 /app/legacy/ptvp35/docs/build/html/ /app/docs/build/html/1.1rc0/
|
COPY --from=compile-1.1rc0 /app/legacy/ptvp35/docs/build/html/ /app/docs/build/html/1.1rc0/
|
||||||
COPY --from=compile-1.1rc2 /app/legacy/ptvp35/docs/build/html/ /app/docs/build/html/1.1rc2/
|
COPY --from=compile-1.1rc2 /app/legacy/ptvp35/docs/build/html/ /app/docs/build/html/1.1rc2/
|
||||||
|
COPY --from=compile-1.1.0 /app/legacy/ptvp35/docs/build/html/ /app/docs/build/html/1.1.0/
|
||||||
COPY --from=compile-latest /app/docs/build/html/ /app/docs/build/html/
|
COPY --from=compile-latest /app/docs/build/html/ /app/docs/build/html/
|
||||||
CMD [ "http-server", "-p", "80" ]
|
CMD [ "http-server", "-p", "80" ]
|
||||||
|
@ -40,6 +40,8 @@ Persistence 5 1.1 (5.1.1).
|
|||||||
|
|
||||||
* Non-nightly support for transactions.
|
* Non-nightly support for transactions.
|
||||||
* Instrumentation support.
|
* Instrumentation support.
|
||||||
|
* Structural preparations for generic DBs.
|
||||||
|
* :code:`VDELETE`
|
||||||
|
|
||||||
Proposed future versions
|
Proposed future versions
|
||||||
========================
|
========================
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ptvp35',
|
name='ptvp35',
|
||||||
version='1.1rc5',
|
version='1.1.0',
|
||||||
packages=['ptvp35'],
|
packages=['ptvp35'],
|
||||||
url='https://gitea.ongoteam.net/PTV/ptvp35',
|
url='https://gitea.ongoteam.net/PTV/ptvp35',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
Loading…
Reference in New Issue
Block a user