Browse Source

Update version numbers

default_compile_flags
vector-of-bool 4 years ago
parent
commit
51ae5bc543
3 changed files with 4 additions and 8 deletions
  1. +2
    -6
      docs/conf.py
  2. +1
    -1
      package.dds
  3. +1
    -1
      package.jsonc

+ 2
- 6
docs/conf.py View File

@@ -9,7 +9,7 @@ author = 'vector-of-bool'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.0-alpha.2'

# -- General configuration ---------------------------------------------------
extensions = []
@@ -23,9 +23,5 @@ pygments_style = None
# -- Options for HTML output -------------------------------------------------
html_theme = 'pyramid'
html_theme_options = {}
html_static_path = ['_static']
html_static_path = []
html_sidebars = {}


def setup(app):
app.add_stylesheet('tweaks.css')

+ 1
- 1
package.dds View File

@@ -1,5 +1,5 @@
Name: dds
Version: 0.1.0
Version: 0.1.0-alpha.3
# SPDX-License-Identifier: MPL-2.0

Depends: spdlog 1.4.2

+ 1
- 1
package.jsonc View File

@@ -1,7 +1,7 @@
{
"$schema": "./res/package-schema.json",
"name": "dds",
"version": "0.1.0",
"version": "0.1.0-alpha.3",
"namespace": "dds",
"depends": {
"spdlog": "1.4.2",

Loading…
Cancel
Save