Skip to content

Commit

Permalink
up deps. tag v0.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Aug 29, 2019
1 parent 9d572cb commit e6baf70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"

[[EzXML]]
deps = ["BinaryProvider", "Libdl", "Printf"]
git-tree-sha1 = "724e13b7522563a18ae4a5cc4a9792ae3b0da3e6"
git-tree-sha1 = "aed48d722e528bc634bd36a7d0e090fa2952a3c0"
uuid = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
version = "0.9.3"
version = "0.9.4"

[[Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
license = "MIT"
authors = ["Felipe Noronha <[email protected]>"]
repo = "https://github.com/felipenoris/XLSX.jl.git"
version = "0.5.4"
version = "0.5.5"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
[![codecov][codecov-img]][codecov-url]
[![dev][docs-dev-img]][docs-dev-url]
[![stable][docs-stable-img]][docs-stable-url]
[![donate][donate-img]][donate-url]

[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[travis-img]: https://img.shields.io/travis/felipenoris/XLSX.jl/master.svg?logo=travis&label=Linux+/+macOS&style=flat-square
Expand All @@ -20,8 +19,6 @@
[docs-dev-url]: https://felipenoris.github.io/XLSX.jl/dev
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square
[docs-stable-url]: https://felipenoris.github.io/XLSX.jl/stable
[donate-img]: https://img.shields.io/badge/Donate%20%E2%9D%A4-%245-orange.svg?style=flat-square
[donate-url]: https://buymeacoff.ee/c4Y6ku9p5

Excel file reader/writer coded in pure Julia.

Expand Down
2 changes: 0 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ Contributions are always welcome!
To contribute, fork the project on [GitHub](https://github.com/felipenoris/XLSX.jl)
and send a Pull Request.

[![donate-img](https://img.shields.io/badge/Donate%20%E2%9D%A4-%245-orange.svg?style=flat-square)](https://buymeacoff.ee/c4Y6ku9p5)

## References

* [ECMA Open XML White Paper](https://www.ecma-international.org/news/TC45_current_work/OpenXML%20White%20Paper.pdf)
Expand Down

2 comments on commit e6baf70

@felipenoris
Copy link
Owner 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/3057

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.5.5 -m "<description of version>" e6baf701deb67e76b4034d36945c1e4e961d22b8
git push origin v0.5.5

Please sign in to comment.