Version Bump & Docs Update

This commit is contained in:
Shaun Eccles-Smith 2021-03-19 06:12:40 +11:00
parent d2ea9ded87
commit 36954be7e8
4 changed files with 4 additions and 71 deletions

View File

@ -1,67 +0,0 @@
# EXAMPLES CAN BE FOUND HERE
# https://github.com/numpy/numpy/blob/master/.travis.yml
_docs_job: &docs_job
addons:
apt:
update: false
packages:
cache: false
before_install:
install: pip install -r docs/requirements-docs.txt
script:
- travis-sphinx build --nowarn --source=docs
os: linux
dist: xenial
language: python
# Travis allows these packages, additions can be requested
# https://github.com/travis-ci/apt-package-safelist
addons:
apt:
update: true # runs `apt-get update` before installs
packages:
- portaudio19-dev # Install portaudio (requirement for pyaudio)
- libudev-dev
- python3-dev
jobs:
fast_finish: true
include:
- python: "3.7"
name: "Docs"
dist: xenial
<<: *docs_job
- python: "3.7"
dist: xenial
- python: "3.8"
dist: xenial
- python: "3.9"
dist: xenial
cache:
directories:
- $HOME/.cache/pip
- "node_modules"
before_install:
- nvm install 12 # Use nvm to install Node.js v12.x
- pip install --upgrade pip wheel setuptools # Setup/upgrade pip/wheel/setuptools prior to install
# - pip install codecov - for uploading unit tests when we make unit tests
install:
- npm install -g yarn
script:
# Build the frontend first
- cd frontend
- yarn
- yarn build
- cd ..
# Then, build the backend
- python setup.py bdist_wheel
- pip install --pre --find-links=dist .
# after_success:
# - codecov - for uploading unit tests when we make unit tests

View File

@ -116,9 +116,9 @@ License
.. |Build Status| image:: https://github.com/LedFx/LedFx/actions/workflows/ci-build.yml/badge.svg
:target: https://github.com/LedFx/LedFx/actions/workflows/ci-build.yml
:alt: CI Build LedFx
:alt: Build Status
.. |Build Status Docs| image:: https://readthedocs.org/projects/ledfx/badge/?version=master
:target: https://ledfx.readthedocs.io/en/master/?badge=master
:target: https://ledfx.readthedocs.io/
:alt: Documentation Status
.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg
:alt: License

View File

@ -1,6 +1,6 @@
{
"name": "ledfx",
"version": "0.10.3",
"version": "0.10.4",
"description": "LedFx",
"author": "Austin Hodges",
"license": "MIT",

View File

@ -16,7 +16,7 @@ REQUIRED_PYTHON_STRING = ">={}.{}.{}".format(
MAJOR_VERSION = 0
MINOR_VERSION = 10
MICRO_VERSION = 3
MICRO_VERSION = 4
POST = 0
DEV = 0
PROJECT_VERSION = "{}.{}.{}".format(