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

# The short X.Y version # The short X.Y version
version = '' version = ''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.0-alpha.2'


# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
extensions = [] extensions = []
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
html_theme = 'pyramid' html_theme = 'pyramid'
html_theme_options = {} html_theme_options = {}
html_static_path = ['_static']
html_static_path = []
html_sidebars = {} html_sidebars = {}


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

+ 1
- 1
package.dds View File

Name: dds Name: dds
Version: 0.1.0
Version: 0.1.0-alpha.3
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0


Depends: spdlog 1.4.2 Depends: spdlog 1.4.2

+ 1
- 1
package.jsonc View File

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

Loading…
Cancel
Save