Skip to content

Commit

Permalink
Merge pull request #377 from JuliaIO/revert-371-master
Browse files Browse the repository at this point in the history
Revert "Update registry.jl"
  • Loading branch information
sjkelly authored May 2, 2023
2 parents b4a5e41 + af3cc59 commit 555c096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ add_format(format"PGM", UInt8[0x50,0x35,0x0a], ".pgm",
add_format(format"PSD", UInt8[0x38,0x42,0x50,0x53], ".psd", [idImageMagick])
add_format(format"RGB", UInt8[0x01,0xda,0x01,0x01,0x00,0x03], ".rgb", [idImageMagick])
add_format(format"WMF", UInt8[0xd7,0xcd,0xc6,0x9a], ".wmf", [idImageMagick])
add_format(format"EMF", UInt8[0x01,0x00,0x00,0x00], ".emf", [idImageMagick])
add_format(format"WPG", UInt8[0xff,0x57,0x50,0x43], ".wpg", [idImageMagick])
add_format(format"Imagine", "IMAGINE", ".imagine", [:ImagineFormat => UUID("4bab44a2-5ff2-5a6b-8e10-825fb9ac126a")])

Expand Down

2 comments on commit 555c096

@sjkelly
Copy link
Member Author

@sjkelly sjkelly commented on 555c096 May 2, 2023

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 created: JuliaRegistries/General/82739

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 v1.16.1 -m "<description of version>" 555c096496b94fcd3f7ff56b27bee24fcd77bd7a
git push origin v1.16.1

Please sign in to comment.