Skip to content

Commit

Permalink
Bump DecFP compat (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj authored Jun 19, 2020
1 parent 9591d17 commit e1a98de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ODBC"
uuid = "be6f12e9-ca4f-5eb2-a339-a4f995cc0291"
version = "1.0.2"
version = "1.0.3"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -17,7 +17,7 @@ unixODBC_jll = "1841a5aa-d9e2-579c-8226-32ed2af93ab1"

[compat]
DBInterface = "2"
DecFP = "0.4.10"
DecFP = "0.4.10, 1"
Tables = "1"
iODBC_jll = "3.52"
unixODBC_jll = "2.3"
Expand Down

2 comments on commit e1a98de

@quinnj
Copy link
Member Author

@quinnj quinnj commented on e1a98de Jun 19, 2020

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

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.0.3 -m "<description of version>" e1a98de107cb1ef3488e0e6a025a7c963e9d3533
git push origin v1.0.3

Please sign in to comment.