@@ -55,7 +55,7 @@ List the platform(s) and toolsets which are applicable to the issue, and all of | |||
- Operating System: [e.g. macOS, Linux, Windows] | |||
- Compiler: [e.g. MSVC, GCC, Clang] | |||
- `dds` Version: [e.g. `0.1.0-alpha.5`] | |||
- `dds` Version: [e.g. `0.1.0-alpha.6`] | |||
**Additional context** | |||
@@ -11,7 +11,7 @@ author = 'vector-of-bool' | |||
# The short X.Y version | |||
version = '' | |||
# The full version, including alpha/beta/rc tags | |||
release = '0.1.0-alpha.5' | |||
release = '0.1.0-alpha.6' | |||
# -- General configuration --------------------------------------------------- | |||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx'] |
@@ -1,7 +1,7 @@ | |||
{ | |||
"$schema": "./res/package-schema.json", | |||
"name": "dds", | |||
"version": "0.1.0-alpha.5", | |||
"version": "0.1.0-alpha.6", | |||
"namespace": "dds", | |||
"depends": [ | |||
"spdlog@1.7.0", |