File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5+ 1.1.1 (2025-04-15)
6+ ------------------
7+
8+ * Version bump for official release with all fixes
9+
5101.1.0 (2025-04-15)
611------------------
712
Original file line number Diff line number Diff line change 2626
2727__author__ = """Jan Streffing"""
2828__email__ = "j.streffing1988@gmail.com"
29- __version__ = "1.1.0 "
29+ __version__ = "1.1.1 "
3030__credits__ = "Alfred Wegener Institute, Helmholtz Centre for Polar and Marine Research"
3131
3232
Original file line number Diff line number Diff line change 11{% set name = "cmpitool" %}
2- {% set version = "1.0.0 " %}
2+ {% set version = "1.1.1 " %}
33
44package :
55 name : " {{ name|lower }}"
Original file line number Diff line number Diff line change 5353 test_suite = "tests" ,
5454 tests_require = test_requirements ,
5555 url = "https://github.com/JanStreffing/cmpitool" ,
56- download_url = "https://github.com/JanStreffing/cmpitool/archive/refs/tags/v1.1.0 .tar.gz" ,
57- version = "1.1.0 " ,
56+ download_url = "https://github.com/JanStreffing/cmpitool/archive/refs/tags/v1.1.1 .tar.gz" ,
57+ version = "1.1.1 " ,
5858 zip_safe = False ,
5959)
You can’t perform that action at this time.
0 commit comments