Skip to content

Commit 388615c

Browse files
authored
Merge pull request #202 from NREL/release/v1.3.0
bump version to v1.3.0
2 parents c0bcf01 + 5fedada commit 388615c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/source/conf.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#
1313
import os
1414
import sys
15+
import collections
1516

1617
sys.path.insert(0, os.path.abspath("."))
1718
sys.path.append(os.path.abspath("./ext"))
@@ -23,7 +24,7 @@
2324
author = "NREL"
2425

2526
# The full version, including alpha/beta/rc tags
26-
release = "v1.2.2"
27+
release = "v1.3.0"
2728

2829
# -- General configuration ---------------------------------------------------
2930

@@ -74,8 +75,6 @@
7475
# rather than 'path/to/file:heading'
7576
autosectionlabel_prefix_document = True
7677

77-
import collections
78-
7978

8079
def remove_namedtuple_attrib_docstring(app, what, name, obj, skip, options):
8180
if type(obj) is collections._tuplegetter:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nrel.hive"
7-
version = "1.2.2"
7+
version = "1.3.0"
88
description = "HIVE is a mobility services research platform developed by the Mobility and Advanced Powertrains (MBAP) group at the National Renewable Energy Laboratory in Golden, Colorado, USA."
99
readme = "README.md"
1010
authors = [{ name = "National Renewable Energy Laboratory" }]

0 commit comments

Comments
 (0)