Skip to content

Commit

Permalink
Update package version to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-j-smith committed Apr 4, 2020
1 parent daa7d09 commit e095518
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Version Updates

## 0.12.4
* Issue #168: Add `Categorical()` method to convert `ArrayVariate{1}` to `Vector{Float64}`.

## 0.12.3
* Fix :DARBoot method of discretediag.
* Fix overwritten MvNormal methods.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Mamba"
uuid = "5424a776-8be3-5c5b-a13f-3551f69ba0e6"
author = ["Brian J Smith <[email protected]>"]
version = "0.12.3"
version = "0.12.4"

[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# The short X.Y version.
version = '0.12'
# The full version, including alpha/beta/rc tags.
release = '0.12.3'
release = '0.12.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

2 comments on commit e095518

@brian-j-smith
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/12247

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

Please sign in to comment.