Skip to content

Commit 3cdd2d5

Browse files
committed
Release v1.2.0
1 parent c6c2f6b commit 3cdd2d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.2.0
33
commit = False
44
allow_dirty = True
55

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (`<major>`.`<minor>`.`<patch>`)
33

4-
## [vNext]
4+
## [v1.2.0]
55
### Added
66
* #14 Add support for the ADSB.lol API
77
* #14 Add support for a generic flight data API

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "skyportal"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "A PyPortal based flight tracker"
55
authors = ["sco1 <sco1.git@gmail.com>"]
66

0 commit comments

Comments
 (0)