We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c2f6b commit 3cdd2d5Copy full SHA for 3cdd2d5
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.2.0
3
commit = False
4
allow_dirty = True
5
CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (`<major>`.`<minor>`.`<patch>`)
-## [vNext]
+## [v1.2.0]
### Added
6
* #14 Add support for the ADSB.lol API
7
* #14 Add support for a generic flight data API
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skyportal"
-version = "1.1.0"
+version = "1.2.0"
description = "A PyPortal based flight tracker"
authors = ["sco1 <sco1.git@gmail.com>"]
0 commit comments