Skip to content

Commit

Permalink
Bump version 0.7.1
Browse files Browse the repository at this point in the history
This is needed to build reverse dependencies with potentially
different versions of Documenter.
  • Loading branch information
tkluck committed Feb 19, 2020
1 parent 28eec2b commit 36f2b7b
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,7 +1,7 @@
name = "PolynomialRings"
uuid = "c8ed2632-8d42-5af4-9089-7afd55769a28"
authors = ["Timo Kluck <tkluck@infty.nl>"]
version = "0.7.0"
version = "0.7.1"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down

2 comments on commit 36f2b7b

@tkluck
Copy link
Owner Author

@tkluck tkluck commented on 36f2b7b Feb 19, 2020

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

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.7.1 -m "<description of version>" 36f2b7bed75b0d51b0e758fefc898796d7b665cf
git push origin v0.7.1

Please sign in to comment.