We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bdb4c9 + 8a45ab6 commit 4dd345fCopy full SHA for 4dd345f
2 files changed
azure-pipelines.yml
@@ -10,7 +10,7 @@ trigger:
10
variables:
11
AZURE: True
12
CODECOV_TOKEN: "e1a9c98d-d8db-471d-a31d-af2a535323cd"
13
- CDPREP_OUTPUT_DIRNAME: 'cdprep_0.1.0.dev0_win_amd64'
+ CDPREP_OUTPUT_DIRNAME: 'cdprep_0.1.0_win_amd64'
14
15
pool:
16
vmImage: 'windows-2019'
cdprep/__init__.py
@@ -56,7 +56,7 @@
56
__version__ = '.'.join(map(str, version_info))
57
__appname__ = 'Climate Data Preprocessing Tool'
58
__namever__ = __appname__ + " " + __version__
59
-__date__ = '07/10/2020'
+__date__ = '02/11/2020'
60
__project_url__ = "https://github.com/cgq-qgc/climate-data-preprocessing-tool"
61
__releases_url__ = __project_url__ + "/releases"
62
__releases_api__ = "https://api.github.com/repos/cgq-qgc/climate-data-preprocessing-tool/releases"
0 commit comments