Skip to content

Commit a29b45f

Browse files
authored
Merge pull request #43 from PallHaraldsson/patch-1
0.4 only supported.
2 parents 0d13f02 + 2bb347b commit a29b45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An interface to PostgreSQL from Julia. Uses libpq (the C PostgreSQL API) and obe
77

88
## Maintenance Notice
99

10-
I can no longer spend work time on this so this project is in maintenance mode (accepting PRs and attempting to resolve issues). New code on the `dbapi` branch represents the most recent work, which I will continue if I am in a position to do so again.
10+
I can no longer spend work time on this so this project is in maintenance mode (accepting PRs and attempting to resolve issues). New code on the `dbapi` branch (https://github.com/JuliaDB/DBAPI.jl) represents the most recent work, which I will continue if I am in a position to do so again.
1111

1212

1313
## Usage
@@ -48,7 +48,7 @@ end
4848
* [DataFrames.jl](https://github.com/JuliaStats/DataFrames.jl) >= v0.5.7
4949
* [DataArrays.jl](https://github.com/JuliaStats/DataArrays.jl) >= v0.1.2
5050
* libpq shared library (comes with a standard PostgreSQL client installation)
51-
* julia 0.3
51+
* Julia 0.4
5252

5353
Tests require a local PostgreSQL server with a postgres user/database (installed by default with PostgreSQL server installations) with trusted authentication from localhost.
5454

0 commit comments

Comments
 (0)