diff --git a/docker/dev/Dockerfile2 b/docker/dev/Dockerfile2 index 4f2e16cc..412c0d50 100644 --- a/docker/dev/Dockerfile2 +++ b/docker/dev/Dockerfile2 @@ -15,6 +15,6 @@ RUN ./autogen.sh RUN /root/.local/bin/poetry build RUN curl -v -u deployment:deployment123\ - --upload-file dist/diagrams-0.23.1-py3-none-any.whl\ - https://nexus.flocktory.com/nexus/content/repositories/snapshots/python/diagrams-0.23.1-py3-none-any.whl + --upload-file dist/diagrams-0.23.2-py3-none-any.whl\ + https://nexus.flocktory.com/nexus/content/repositories/snapshots/python/diagrams-0.23.2-py3-none-any.whl diff --git a/pyproject.toml b/pyproject.toml index 28c0e29f..bbab8ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diagrams" -version = "0.23.1" +version = "0.23.2" description = "Diagram as Code" license = "MIT" authors = ["mingrammer "] diff --git a/resources/generic/flocktory/billing.png b/resources/generic/flocktory/billing.png new file mode 100644 index 00000000..d4c36605 Binary files /dev/null and b/resources/generic/flocktory/billing.png differ diff --git a/resources/generic/flocktory/intellectmoney.png b/resources/generic/flocktory/intellectmoney.png new file mode 100644 index 00000000..d3c05f8e Binary files /dev/null and b/resources/generic/flocktory/intellectmoney.png differ