Skip to content

Commit

Permalink
Tagging unstable version 1.13.0 (#105)
Browse files Browse the repository at this point in the history
- Update main.yml with Ubuntu:jammy and python 3.10
  • Loading branch information
kngai authored Feb 5, 2025
1 parent 9a133a2 commit eefd003
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ env:

jobs:
main:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -28,6 +28,8 @@ jobs:
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo add-apt-repository ppa:gcpp-kalxas/wmo-staging
sudo apt-get update
sudo apt-get install -y git curl dh-python debhelper devscripts fakeroot
sudo apt-get install -y gdal-bin libgdal-dev mapserver-bin python3-all python3-pip python3-click python3-gdal python3-mappyfile python3-mapscript python3-matplotlib python3-numpy python3-pyproj python3-yaml proj-bin proj-data
- name: Install requirements 📦
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
geomet-climate (1.13.0) jammy; urgency=medium
* Testing unstable release
* Changes for Ubuntu:jammy
* Changes for MapServer 8

-- Kevin Ngai <[email protected]> Tue, 04 Feb 2025 17:56:00 +0000

geomet-climate (1.12.0) focal; urgency=medium

* add new CanDCSU6 layers
Expand Down
2 changes: 1 addition & 1 deletion geomet_climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
###############################################################################

__version__ = '1.12.0'
__version__ = '1.13.0'

import click

Expand Down

0 comments on commit eefd003

Please sign in to comment.