Skip to content

Commit

Permalink
Merge pull request #64 from plotly/dev
Browse files Browse the repository at this point in the history
Release Dash.jl v0.1.1
  • Loading branch information
waralex authored Sep 11, 2020
2 parents 4fdc242 + 27572a9 commit 05ac8fd
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 44 deletions.
36 changes: 0 additions & 36 deletions ._travis.yml

This file was deleted.

26 changes: 26 additions & 0 deletions CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CompatHelper

on:
schedule:
- cron: '00 * * * *'
issues:
types: [opened, reopened]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.5.0]
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
13 changes: 5 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name = "Dash"
uuid = "1b08a953-4be3-4667-9a23-3db579824955"
authors = ["Chris Parmer <chris@plotly.com>",
"Alexandr Romanenko <waralex@gmail.com>"]
version = "0.1.0"
authors = ["Chris Parmer <chris@plotly.com>", "Alexandr Romanenko <waralex@gmail.com>"]
version = "0.1.1"

[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Expand All @@ -15,26 +14,24 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
MD5 = "6ac74813-4b46-53a4-afec-0b5dc9d7885c"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
CodecZlib = "0.7.0"
CodecZlib = "0.6, 0.7"
DashBase = "0.1.0"
DashCoreComponents = "1.10.2"
DashHtmlComponents = "1.0.3"
DashTable = "4.9.0"
DataStructures = "0.17.5"
DataStructures = "0.17.5, 0.18"
HTTP = "0.8.10"
JSON = "0.21.0"
JSON2 = "0.3.1"
MD5 = "0.2.1"
MacroTools = "0.5.1"
PlotlyBase = "0.3.0, 0.4"
julia = "1.1"
julia = "1.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 05ac8fd

Please sign in to comment.