Skip to content

Commit

Permalink
version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
roe-dl committed Nov 18, 2022
1 parent 9616fc2 commit 2e93581
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/user/GTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"""

VERSION = "0.8b1"
VERSION = "0.8"

# deal with differences between python 2 and python 3
try:
Expand Down
2 changes: 1 addition & 1 deletion bin/user/dayboundarystats.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"""

VERSION = "0.8b1"
VERSION = "0.8"

# deal with differences between python 2 and python 3
try:
Expand Down
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@
0.8b1 06nov2022
* docu
* bug fixes
0.8 18nov2022
* release
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def loader():
class GTSInstaller(ExtensionInstaller):
def __init__(self):
super(GTSInstaller, self).__init__(
version="0.8b1",
version="0.8",
name='GTS',
description='Provides Gruenlandtemperatursumme (GTS), a kind of growing degree days',
author="Johanna Roedenbeck",
Expand Down

0 comments on commit 2e93581

Please sign in to comment.