~savoy/ade

4a8c78a9302a8fbad6b29fc91ebf03b781f72062 — savoy 2 years ago 28b4052 0.11.0
version bump

Signed-off-by: savoy <git@liberation.red>
4 files changed, 5 insertions(+), 5 deletions(-)

M README.md
M ade/lib/arguments.py
M docs/source/conf.py
M pyproject.toml
M README.md => README.md +2 -2
@@ 56,9 56,9 @@ With the executable, it'll either be distributed as a tarball (`.tar.xz`) or a
### Windows

The archive can be found [on the release
page](https://git.sr.ht/~savoy/ade/refs/download/0.10.3/ade-0.10.3.7z) for the
page](https://git.sr.ht/~savoy/ade/refs/download/0.11.0/ade-0.11.0.7z) for the
newest version, the file named `ade-<version>.7z` with the `<version>`
substituted with the version number of the software (e.g. `ade-0.10.3.7z`). Right
substituted with the version number of the software (e.g. `ade-0.11.0.7z`). Right
click the file and navigate to the `7-Zip` option in the context menu, followed
by `Extract to "ade-<version>\"`. This will extract for you the software
directory in your current folder. Enter into the newly-extracted `ade-<version>`

M ade/lib/arguments.py => ade/lib/arguments.py +1 -1
@@ 29,7 29,7 @@ from pathlib import Path

from lib import admin, reports as rp

VERSION = "0.10.3"
VERSION = "0.11.0"


@dataclass

M docs/source/conf.py => docs/source/conf.py +1 -1
@@ 23,7 23,7 @@ copyright = "2018-2022, savoy"
author = "savoy"

# The full version, including alpha/beta/rc tags
release = "0.10.3"
release = "0.11.0"


# -- General configuration ---------------------------------------------------

M pyproject.toml => pyproject.toml +1 -1
@@ 1,6 1,6 @@
[tool.poetry]
name = "ade"
version = "0.10.3"
version = "0.11.0"
description = "Automated Data Environment"
authors = ["savoy"]
license = "GPL-3.0-or-later"