Skip to content

Commit

Permalink
increment revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
Welthulk committed Apr 13, 2024
1 parent 3a4cf51 commit 2c72569
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Sparlectra"
uuid = "31ce9bba-fd9d-44a1-b005-f5f509afda38"
authors = ["Udo Schmitz"]
description = "load flow calculation using newton-raphson"
version = "0.4.15"
version = "0.4.16"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
6 changes: 6 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log
## Version 0.4.16 (2024-04-17)
### New Features

### Bug Fixes
- bugfix shunt index for isolated buses, closes issue #38

## Version 0.4.15 (2024-04-16)
### New Features
- Implemented a function to detect isolated buses and incorporate them into the network calculation (Issue #38)
Expand Down
4 changes: 2 additions & 2 deletions src/Sparlectra.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Sparlectra 0.4.15
Sparlectra 0.4.16
Sparlectra is a Julia package for the calculation of electrical networks. It is designed to be used in the context of power system analysis and optimization.
Expand Down Expand Up @@ -27,7 +27,7 @@ using LinearAlgebra, SparseArrays, Printf, Logging

# resource data types for working with Sparlectra
const Wurzel3 = 1.7320508075688772
const SparlectraVersion = VersionNumber("0.4.15")
const SparlectraVersion = VersionNumber("0.4.16")
abstract type AbstractBranch end

export
Expand Down

0 comments on commit 2c72569

Please sign in to comment.