Skip to content

Commit

Permalink
change the internal versio to 0.2.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fieker committed Mar 30, 2020
1 parent 0086759 commit 574a2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ julia> using Oscar
----- ----- ----- - - - -
...combining (and extending) GAP, Hecke, Nemo, Polymake and Singular
Version 0.1.1 ...
Version 0.2.0 ...
... which comes with absolutely no warranty whatsoever
Type: '?Oscar' for more information
(c) 2019-2020 by The Oscar Development Team
Expand Down
2 changes: 1 addition & 1 deletion src/Oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ into a comprehensive tool for computational algebra.
Oscar is licensed under the GLP 3 (see LICENSE.md).
"""
module Oscar
const global VERSION_NUMBER = v"0.1.1"
const global VERSION_NUMBER = v"0.2.0"
#=
We currently only import packages which:
* are registered
Expand Down

3 comments on commit 574a2c6

@fieker
Copy link
Contributor Author

@fieker fieker commented on 574a2c6 Mar 30, 2020

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 updated: JuliaRegistries/General/11551

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.2.0 -m "<description of version>" 574a2c6d1dbba2f5ffcdf197ad15f45c3b8ce8ef
git push origin v0.2.0

Also, note the warning: This looks like a new registration that registers version 0.2.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@fieker
Copy link
Contributor Author

@fieker fieker commented on 574a2c6 Mar 30, 2020

Choose a reason for hiding this comment

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

[noblock] sorry for not starting at 0.1.0, but this package was already in use
internally, and now there is stuff that expects a version later than 0.1.0, so
we can't easily go back. First attempt was 0.1.1 but we updated to 0.2.0. The project is in no shape to justify a 1.0.0 at this point. Sorry

Please sign in to comment.