Skip to content

Commit

Permalink
version 1.1.0.post1 => add some files for missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed May 31, 2022
1 parent d24ee58 commit 3fc359a
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include chronix2grid/getting_started/example/input/generation/patterns/hydro_french.csv
include chronix2grid/getting_started/example/input/generation/patterns/load_weekly_pattern.csv
include chronix2grid/getting_started/example/input/generation/patterns/solar_pattern.npy
2 changes: 1 addition & 1 deletion chronix2grid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# SPDX-License-Identifier: MPL-2.0
# This file is part of Chronix2Grid, A python package to generate "en-masse" chronics for loads and productions (thermal, renewable)

___version__ = "1.1.0"
___version__ = "1.1.0.post1"
8 changes: 8 additions & 0 deletions chronix2grid/getting_started/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2019-2022, RTE (https://www.rte-france.com)
# See AUTHORS.txt
# This Source Code Form is subject to the terms of the Mozilla Public License, version 2.0.
# If a copy of the Mozilla Public License, version 2.0 was not distributed with this file,
# you can obtain one at http://mozilla.org/MPL/2.0/.
# SPDX-License-Identifier: MPL-2.0
# This file is part of Chronix2Grid, A python package to generate "en-masse" chronics for loads and productions (thermal, renewable)

8 changes: 8 additions & 0 deletions chronix2grid/getting_started/example/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2019-2022, RTE (https://www.rte-france.com)
# See AUTHORS.txt
# This Source Code Form is subject to the terms of the Mozilla Public License, version 2.0.
# If a copy of the Mozilla Public License, version 2.0 was not distributed with this file,
# you can obtain one at http://mozilla.org/MPL/2.0/.
# SPDX-License-Identifier: MPL-2.0
# This file is part of Chronix2Grid, A python package to generate "en-masse" chronics for loads and productions (thermal, renewable)

8 changes: 8 additions & 0 deletions chronix2grid/getting_started/example/input/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2019-2022, RTE (https://www.rte-france.com)
# See AUTHORS.txt
# This Source Code Form is subject to the terms of the Mozilla Public License, version 2.0.
# If a copy of the Mozilla Public License, version 2.0 was not distributed with this file,
# you can obtain one at http://mozilla.org/MPL/2.0/.
# SPDX-License-Identifier: MPL-2.0
# This file is part of Chronix2Grid, A python package to generate "en-masse" chronics for loads and productions (thermal, renewable)

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Antoine Marot, Mario Jothy, Nicolas Megel'

# The full version, including alpha/beta/rc tags
release = '1.1.0'
release = '1.1.0.post1'
version = '1.1'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


setup(name='Chronix2Grid',
version='1.1.0',
version='1.1.0.post1',
description='A python package to generate "en-masse" chronics for loads and productions (thermal, renewable)',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3fc359a

Please sign in to comment.