From 267168ca4460c8dd3eb56aa670c1fdbe297cf26e Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 31 Mar 2024 13:44:21 +0200 Subject: release: Version 0.1.1 --- docs/changelog.rst | 7 +++++++ docs/setup.rst | 4 ++-- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a072d67..0426a5d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +0.1.1 +----- + +- Use ``float`` instead of ``int`` in the GraphQL schema for the Archive size. + See `ddeeb37 + `_. + 0.1.0 "Satanic Satyr" --------------------- diff --git a/docs/setup.rst b/docs/setup.rst index ad2123e..bc91f6f 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -43,7 +43,7 @@ Installation ``VENVDIR``. Once the environment is set up, download the `latest wheel -`_ and +`_ and install it using `pip `_: .. code-block:: console @@ -55,7 +55,7 @@ Now the ``hircine`` command is available from within your shell: .. code-block:: console (.venv) $ hircine version - hircine 0.1.0 "Satanic Satyr" + hircine 0.1.1 "Satanic Satyr" .. important:: diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0806def..1236225 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "hircine", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hircine", - "version": "0.1.0", + "version": "0.1.1", "license": "ISC", "dependencies": { "@jsonurl/jsonurl": "^1.1.7", diff --git a/frontend/package.json b/frontend/package.json index d5854f1..1e3bed8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hircine", - "version": "0.1.0", + "version": "0.1.1", "license": "ISC", "private": true, "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 4070837..68483b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hircine" -version = "0.1.0" +version = "0.1.1" description = "A web-based comic organizer" authors = ["Wolfgang Müller "] license = "ISC" -- cgit v1.2.3-2-gb3c3