Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sco1 committed Nov 17, 2023
1 parent c6c2f6b commit 3cdd2d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = False
allow_dirty = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
* #14 Add support for the ADSB.lol API
* #14 Add support for a generic flight data API
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skyportal"
version = "1.1.0"
version = "1.2.0"
description = "A PyPortal based flight tracker"
authors = ["sco1 <[email protected]>"]

Expand Down

0 comments on commit 3cdd2d5

Please sign in to comment.