Skip to content

Commit

Permalink
Merge pull request #26 from geo-stack/release_1.0.0rc1
Browse files Browse the repository at this point in the history
PR: Release 1.0.0rc1
  • Loading branch information
jnsebgosselin authored Aug 24, 2023
2 parents 6818e95 + 179a21a commit 3a0e8c6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:

variables:
AZURE: True
SARDES_OUTPUT_DIRNAME: 'sardes_1.0.0.dev0_win_amd64'
SARDES_OUTPUT_DIRNAME: 'sardes_1.0.0rc1_win_amd64'

pool:
vmImage: 'windows-2019'
Expand Down
4 changes: 2 additions & 2 deletions sardes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
import sys


version_info = (1, 0, 0, 'dev0')
version_info = (1, 0, '0rc1')
__version__ = '.'.join(map(str, version_info))
__appname__ = 'Sardes'
__namever__ = __appname__ + " " + __version__
__date__ = '05/04/2023'
__date__ = '24/08/2023'
__project_url__ = "https://github.com/geo-stack/sardes"
__releases_url__ = __project_url__ + "/releases"
__issues_url__ = __project_url__ + "/issues"
Expand Down
Binary file modified sardes/ressources/sardes_splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 14 additions & 11 deletions sardes/ressources/sardes_splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a0e8c6

Please sign in to comment.