Skip to content

Commit 7933a2b

Browse files
Release 1.4.0 (#72)
1 parent a394086 commit 7933a2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [1.4.0](https://github.com/ADGEfficiency/energy-py-linear/releases/tag/v1.4.0)
44

55
### Custom Constraints
66

@@ -45,7 +45,7 @@ We have moved the asset validation documentation into the documentation for the
4545

4646
A new section `Customization` has been added to the documentation, which contains the documentation for custom constraints and objective functions.
4747

48-
## [1.3.0](https://github.com/ADGEfficiency/energy-py-linear/releases/tag/v1.3.1)
48+
## [1.3.0](https://github.com/ADGEfficiency/energy-py-linear/releases/tag/v1.3.0)
4949

5050
### Different Battery Charge and Discharge Rates
5151

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "energypylinear"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Optimizing energy assets with mixed-integer linear programming."
55
authors = ["Adam Green <[email protected]>"]
66
license = "GNU GPLv3"

0 commit comments

Comments
 (0)