Skip to content

Commit 26b6683

Browse files
committed
Release v1.1.0
1 parent aacf506 commit 26b6683

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1010

1111
## [Unreleased]
1212

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+
1325
## [1.0.0] - 2020-08-21
1426

1527
The first official release.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="metno-locationforecast",
13-
version="1.0.0",
13+
version="1.1.0",
1414
description="A Python interface for MET Norway's Locationforecast 2.0 service.",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)