Skip to content

Commit 0769f31

Browse files
authored
Merge pull request #10 from epri-dev/develop_req_SQA
OpenDER v2.1.3 release
2 parents fcb4aab + 1c69c11 commit 0769f31

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Changelog
33
=========
4-
Unreleased changes
4+
2.1.3 (2023-12-05)
55
------------------
66
* Add a property for SoC of BESS DER using .bess_soc
77
* Automatically update the reactive capability curve if nameplate parameter is modified

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ OpenDER is under active development. Use the following resources to get involved
2020

2121
* EPRI OpenDER homepage (`link <https://www.epri.com/OpenDER>`__)
2222

23-
* Model specification: IEEE 1547-2018 OpenDER Model: Version 2.0, EPRI, Palo Alto, CA: 2022. 3002025583
24-
(`link <https://www.epri.com/research/products/000000003002025583>`__)
23+
* Model specification: IEEE 1547-2018 OpenDER Model: Version 2.1, EPRI, Palo Alto, CA: 2023. 3002026631
24+
(`link <https://www.epri.com/research/products/000000003002026631>`__)
2525

2626
Development Objective
2727
---------------------

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
matplotlib==3.5.1
2-
numpy==1.21.6
3-
pandas==1.3.5
1+
matplotlib>=3.5.1
2+
numpy>=1.21.6
3+
pandas>=1.3.5

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def read(*names, **kwargs):
3838

3939
setup(
4040
name='opender',
41-
version='2.1.2',
41+
version='2.1.3',
4242
license='BSD',
4343
description='Open-source Distributed Energy Resources (DER) Model that represents IEEE Standard 1547-2018 '
4444
'requirements for steady-state and dynamic analyses',

src/opender/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.1.2'
1+
__version__ = '2.1.3'
22

33
from .common_file_format import DERCommonFileFormat
44
from .common_file_format import DERCommonFileFormatBESS

0 commit comments

Comments
 (0)