Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 17, 2020
1 parent b3dec54 commit cdc3530
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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]>", "Max Horn <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

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

PackageName := "JuliaExperimental",
Subtitle := "Experimental code for the GAP Julia integration",
Version := "0.2.2",
Date := "14/11/2019", # dd/mm/yyyy format
Version := "0.2.3",
Date := "17/01/2020", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down Expand Up @@ -81,7 +81,7 @@ PackageDoc := rec(
Dependencies := rec(
GAP := ">= 4.11",
NeededOtherPackages := [ ],
OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.2.2" ] ],
OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.2.3" ] ],
SuggestedOtherPackages := [ ],
ExternalConditions := [ ],
),
Expand Down
4 changes: 2 additions & 2 deletions pkg/GAPJulia/JuliaInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "JuliaInterface",
Subtitle := "Test interface to julia",
Version := "0.2.2",
Date := "14/11/2019", # dd/mm/yyyy format
Version := "0.2.3",
Date := "17/01/2020", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down
2 changes: 1 addition & 1 deletion pkg/GAPJulia/JuliaInterface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This software is licensed under the LGPL, version 3, or any later version.
### Requirements

- Julia 1.1 or higher, compiled in `<path_to_julia>`
- GAP 4.10 or higher, compiled in `<path_to_gaproot>`
- GAP 4.11 or higher, compiled in `<path_to_gaproot>`
- Standard building tools, such as gcc, autotools, libtools, automake, and make.
If you were able to build GAP and Julia from their git repositories, JuliaInterface
can be built.
Expand Down

2 comments on commit cdc3530

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

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.3 -m "<description of version>" cdc3530c518244a8cdaf30e3474d93119b8fda18
git push origin v0.2.3

Please sign in to comment.