Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
1.3.1 compat NBInclude
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed Apr 11, 2023
1 parent 0c24757 commit 81e67c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.8.2"
manifest_format = "2.0"
project_hash = "e0fd419df8a0accf902eeff713836a935c69f767"
project_hash = "7914b40beec2054668fd730f78348ae124135ddb"

[[deps.AbstractTrees]]
git-tree-sha1 = "faa260e4cb5aba097a73fab382dd4b5819d8ec8c"
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ DataStructures = "0.18"
Intervals = "1.6.0"
JSON = "0.21.3"
LibPQ = "1.13"
NBInclude = "2.3.0"
Revise = "3"
SearchLight = "2"
SearchLightPostgreSQL = "2.3.1"
Expand Down

2 comments on commit 81e67c7

@michaelfliegner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/81375

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.1 -m "<description of version>" 81e67c722d87192731d4bcbee0f109da39246eea
git push origin v1.3.1

Please sign in to comment.