Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schulze committed Apr 29, 2024
1 parent eed7fad commit 9a856ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DEV

# v0.4.6

- Allow LoggingExtras version 1
- Remove vendored DifferentialRiccatiEquations

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors:
type: software
title: ParaReal.jl
license: MIT
version: 0.4.5
date-released: 2024-03-07
version: 0.4.6
date-released: 2024-05-02
url: https://github.com/mpimd-csc/ParaReal.jl
preferred-citation:
type: mastersthesis
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ParaReal"
uuid = "d8ab9f86-dde6-11e9-3216-afd74457b932"
authors = ["Jonas Schulze <[email protected]> and contributors"]
version = "0.4.5"
version = "0.4.6"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Main features:

The package can be installed from Julia's REPL:

```julia-repl
pkg> dev [email protected]:jschulze/ParaReal.jl.git
```julia
import Pkg
Pkg.add("ParaReal")
```

Check out the demo and test files:
Expand Down

0 comments on commit 9a856ca

Please sign in to comment.