Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Project.toml #11

Merged
merged 4 commits into from
Jul 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "UnitfulAstro"
uuid = "f2a1aa4e-5634-4978-a6f6-8c9e368f14ef"
license = "MIT"
version = "0.2.0"
version = "0.3.0"
Copy link
Member

Choose a reason for hiding this comment

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

The version number should be incremented only on the commit that will mark a new release. Is this the case?

Copy link
Member Author

Choose a reason for hiding this comment

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

The problem is that currently if you install UnitfulAstro 0.2.0 you get the release version which does not contain the magnitudes and other changes since November. You have to install UnitfulAstro#master which is still 0.2.0 but has different functionality. It would be nice to have at least 0.2.1 such that someone can pin UnitfulAstro to use the magnitudes.

This came up because I want to use the magnitudes in some of the calculations for Spectra.jl


[deps]
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Expand Down