Skip to content

Commit 173728e

Browse files
authored
Merge pull request #6 from MichelJuillard/main
version 0.2.2
2 parents 5d64dbb + 42fcbb3 commit 173728e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.6'
21+
- '1.10.10
2222
- '1'
23-
- 'nightly'
2423
os:
2524
- ubuntu-latest
2625
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendedDates"
22
uuid = "78f5a1cc-aa73-4dda-b6b2-4d6b1976988f"
33
authors = ["Lilith Hafner <Lilith.Hafner@gmail.com>", "MichelJuillard <michel.juillard@mjui.fr>"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111
[compat]
1212
RecipesBase = "1.3"
1313
Reexport = "1"
14-
julia = "1.6"
14+
julia = "1.10.10"
1515

1616
[extras]
1717
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

src/ExtendedDates.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ using Reexport
44
@reexport using Dates
55

66
import Base: +, -, isfinite, isless, <, <=, :, print, show, ==, hash, convert, promote_rule, one
7-
import Dates: Date, year, toms, days, _units, value, validargs
8-
9-
using Dates: UTInstant
7+
import Dates: Date, year, toms, days, _units, value, validargs, UTInstant
108
using RecipesBase: RecipesBase, @recipe
119

1210
export period, frequency, subperiod, Undated,

0 commit comments

Comments
 (0)