Skip to content

Commit

Permalink
Merge pull request #35 from PharmCat/dev
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
PharmCat authored Feb 5, 2020
2 parents e00d0e8 + 02ca2ba commit b75af11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["Vladimir Arnautov ([email protected])"]
name = "ClinicalTrialUtilities"
uuid = "535c2557-d7d0-564d-8ff9-4ae146c18cfe"
version = "0.2.3"
version = "0.2.2"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down
4 changes: 1 addition & 3 deletions cange.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.3

v0.2.2
- Distributions bump
- cvfromci cvms deprecated
- cmh methods
Expand All @@ -9,8 +9,6 @@ v0.2.3
- add Show methods
- minor fix
- cosmetics

v0.2.2
- add sim
- cosmetics

Expand Down

2 comments on commit b75af11

@PharmCat
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

Release notes:

v0.2.2

  • Distributions bump
  • cvfromci cvms deprecated
  • cmh methods
  • Plots for PK with RecipesBase
  • NCA Ctau intrapolation/extrapolation fix and validate
  • fisher & pirson non-public methods for frequencies
  • add Show methods
  • minor fix
  • cosmetics
  • add sim
  • cosmetics

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" b75af1158acc789e18f0b95bdcd5b872ac618675
git push origin v0.2.2

Please sign in to comment.