Skip to content

Commit

Permalink
Merge pull request #37 from TuringLang/compathelper/new_version/2022-…
Browse files Browse the repository at this point in the history
…05-27-00-20-14-244-00068625989

CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat)
  • Loading branch information
yebai committed Oct 6, 2022
2 parents f64b290 + f56a4bd commit bb7e85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "AdvancedVI"
uuid = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
version = "0.1.5"
version = "0.1.6"

[deps]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand All @@ -20,7 +20,7 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Bijectors = "0.4.0, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
DistributionsAD = "0.2, 0.3, 0.4, 0.5, 0.6"
DocStringExtensions = "0.8"
DocStringExtensions = "0.8, 0.9"
ForwardDiff = "0.10.3"
ProgressMeter = "1.0.0"
Requires = "0.5, 1.0"
Expand Down

2 comments on commit bb7e85c

@yebai
Copy link
Member Author

@yebai yebai commented on bb7e85c Oct 6, 2022

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 created: JuliaRegistries/General/69641

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 v0.1.6 -m "<description of version>" bb7e85c243e5f8131b1b81eb57bd3b3fa4975eb2
git push origin v0.1.6

Please sign in to comment.