File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ Versioning](https://semver.org/spec/v2.0.0.html).
10
10
11
11
## [ Unreleased]
12
12
13
+ ## [ 1.1.0] - 2022-01-01
14
+
15
+ A minor release adding some functionality.
16
+
17
+ ### Added
18
+
19
+ - Save location configuration now has support for home directory ('~ /') and
20
+ relative ('../') path notations, fixing
21
+ [ #3 ] ( https://github.com/Rory-Sullivan/metno-locationforecast/issues/3 )
22
+ - Updates requests dependency to be more permissive, fixing
23
+ [ #5 ] ( https://github.com/Rory-Sullivan/metno-locationforecast/issues/5 )
24
+
13
25
## [ 1.0.0] - 2020-08-21
14
26
15
27
The first official release.
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "metno-locationforecast" ,
13
- version = "1.0 .0" ,
13
+ version = "1.1 .0" ,
14
14
description = "A Python interface for MET Norway's Locationforecast 2.0 service." ,
15
15
long_description = long_description ,
16
16
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments