Skip to content

Commit 2b0f381

Browse files
committed
bump to version 1.2.4
1 parent a974bb5 commit 2b0f381

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "swot_simulator" %}
2-
{% set version = "1.2.3" %}
2+
{% set version = "1.2.4" %}
33

44
package:
55
name: {{ name|lower }}

docs/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
1.2.4 - 2021/11/14
5+
------------------
6+
* Unable to write wet troposphere correction in Nadir products (#9)
7+
48
1.2.3 - 2021/11/13
59
------------------
610
* ISO date doesn't always contain microseconds.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
author = 'CNES/JPL'
2323

2424
# The short X.Y version
25-
version = '1.2.3'
25+
version = '1.2.4'
2626
# The full version, including alpha/beta/rc tags
27-
release = '1.2.3'
27+
release = '1.2.4'
2828

2929
# -- General configuration ---------------------------------------------------
3030

0 commit comments

Comments
 (0)