Skip to content

Commit

Permalink
Bump version: 5.1.24 → 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Dec 16, 2021
1 parent a605044 commit e4da879
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.1.24
current_version = 6.0.0
commit = True
tag = True

Expand Down Expand Up @@ -74,5 +74,4 @@ universal = 1
exclude = docs
max-line-length = 88


[aliases]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/esm-tools/esm_tools",
version="5.1.24",
version="6.0.0",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion src/esm_archiving/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Paul Gierz"""
__email__ = "pgierz@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .esm_archiving import (
archive_mistral,
Expand Down
2 changes: 1 addition & 1 deletion src/esm_calendar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .esm_calendar import *
2 changes: 1 addition & 1 deletion src/esm_cleanup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"
2 changes: 1 addition & 1 deletion src/esm_database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"
2 changes: 1 addition & 1 deletion src/esm_environment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .esm_environment import *
2 changes: 1 addition & 1 deletion src/esm_master/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"


from . import database
2 changes: 1 addition & 1 deletion src/esm_motd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .esm_motd import *
2 changes: 1 addition & 1 deletion src/esm_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"


from .yaml_to_dict import yaml_file_to_dict
Expand Down
2 changes: 1 addition & 1 deletion src/esm_plugin_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Dirk Barbi, Paul Gierz, Sebastian Wahl"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .esm_plugin_manager import *
2 changes: 1 addition & 1 deletion src/esm_profile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .esm_profile import *
2 changes: 1 addition & 1 deletion src/esm_rcfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .esm_rcfile import *
2 changes: 1 addition & 1 deletion src/esm_runscripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Dirk Barbi"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .sim_objects import *
from .batch_system import *
Expand Down
2 changes: 1 addition & 1 deletion src/esm_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Miguel Andres-Martinez"""
__email__ = "miguel.andres-martinez@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

from .initialization import *
from .tests import *
Expand Down
2 changes: 1 addition & 1 deletion src/esm_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

__author__ = """Dirk Barbi, Paul Gierz"""
__email__ = "dirk.barbi@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

import functools
import inspect
Expand Down
2 changes: 1 addition & 1 deletion src/esm_utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Paul Gierz"""
__email__ = "pgierz@awi.de"
__version__ = "5.1.24"
__version__ = "6.0.0"

0 comments on commit e4da879

Please sign in to comment.