Skip to content

Commit

Permalink
Bump version number to 2.2.0 for next release (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters authored Oct 10, 2019
1 parent ee4f41f commit ce7c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Compat"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "2.1.0"
version = "2.2.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

8 comments on commit ce7c77f

@martinholters
Copy link
Member Author

Choose a reason for hiding this comment

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

Is this set up?
@JuliaRegistrator register()

@fredrikekre
Copy link
Member

Choose a reason for hiding this comment

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

No, but it is now.
@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.

Error while trying to register: Julia version < 0.7 not allowed in [compat]

@martinholters
Copy link
Member Author

@martinholters martinholters commented on ce7c77f Oct 10, 2019

Choose a reason for hiding this comment

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

Error while trying to register: Julia version < 0.7 not allowed in [compat]

That's unfortunate. I thought I'd do a release before landing #665. Is that just a restriction of JuliaRegistrator? Anyway, it's mostly relevant for 0.6, so needs to get into the old METADATA. I thought once the tagbot created the tag, attobot would take care of that. Looks like I need to do some manual work...

@martinholters
Copy link
Member Author

Choose a reason for hiding this comment

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

Anyway, it's mostly relevant for 0.6

Not quite true. After #665, the next release will be breaking/increase the major version, and hence, may slow down spreading of the new features due to missing compatibility in dependencies. I'll open a manual PR to JuliaRegistries/General.

@martinholters
Copy link
Member Author

Choose a reason for hiding this comment

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

@martinholters
Copy link
Member Author

Choose a reason for hiding this comment

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

@fredrikekre have you also enabled julia-tagbot while at it?

@fredrikekre
Copy link
Member

Choose a reason for hiding this comment

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

The new registry is only used for Julia 0.7 anyway.

I already enabled it.

Please sign in to comment.