Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 10, 2019
1 parent ddd095a commit 6310bc3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GAP"
uuid = "c863536a-3901-11e9-33e7-d5cd0df7b904"
authors = ["Thomas Breuer <[email protected]>", "Sebastian Gutsche <[email protected]kl.de>", "Max Horn <max@quendi.de>"]
version = "0.2.0"
authors = ["Thomas Breuer <[email protected]>", "Sebastian Gutsche <[email protected]siegen.de>", "Max Horn <max.horn@uni-siegen.de>"]
version = "0.2.1"

[deps]
GAPTypes = "cd4130c4-8d21-11e9-2a29-61e008680c2d"
Expand Down
9 changes: 5 additions & 4 deletions pkg/GAPJulia/JuliaExperimental/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ SetPackageInfo( rec(

PackageName := "JuliaExperimental",
Subtitle := "Experimental code for the GAP Julia integration",
Version := "0.1",
Date := "27/03/2018", # dd/mm/yyyy format
Version := "0.2.1",
Date := "10/09/2019", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
rec(
Expand Down Expand Up @@ -78,9 +79,9 @@ PackageDoc := rec(
),

Dependencies := rec(
GAP := ">= 4.10",
GAP := ">= 4.10.2",
NeededOtherPackages := [ ],
OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.1" ] ],
OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.2.1" ] ],
SuggestedOtherPackages := [ ],
ExternalConditions := [ ],
),
Expand Down
7 changes: 4 additions & 3 deletions pkg/GAPJulia/JuliaInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ SetPackageInfo( rec(

PackageName := "JuliaInterface",
Subtitle := "Test interface to julia",
Version := "0.2",
Date := "09/05/2017", # dd/mm/yyyy format
Version := "0.2.1",
Date := "10/09/2019", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
rec(
Expand Down Expand Up @@ -78,7 +79,7 @@ PackageDoc := [ rec(
) ],

Dependencies := rec(
GAP := ">= 4.10", # need support for the component 'BannerFunction'
GAP := ">= 4.10.2", # need support for the component 'BannerFunction'
NeededOtherPackages := [ ],
SuggestedOtherPackages := [ ],
ExternalConditions := [ ],
Expand Down

2 comments on commit 6310bc3

@fingolfin
Copy link
Member Author

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/3449

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.1 -m "<description of version>" 6310bc368fd233d632b46fd1583372c1722eaaae
git push origin v0.2.1

Please sign in to comment.