Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Jan 8, 2022
1 parent fce8fba commit e292d12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 0.5.0
current_version = 0.6.0

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]

## [0.6.0] - 2022-01-08
### Changed
- Update dependencies.

Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First release on PyPI.

[Unreleased]: https://github.com/fedejaure/mdns-beacon/compare/v0.5.0...develop
[Unreleased]: https://github.com/fedejaure/mdns-beacon/compare/v0.6.0...develop
[0.6.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/fedejaure/mdns-beacon/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.4.0...v0.4.1
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 = "mdns-beacon"
version = "0.5.0"
version = "0.6.0"
description = "Multicast DNS (mDNS) Beacon to announce multiple CNAME aliases across your local network."
authors = ["Federico Jaureguialzo <fedejaure@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion src/mdns_beacon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Federico Jaureguialzo"""
__email__ = "fedejaure@gmail.com"
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit e292d12

Please sign in to comment.