Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Oct 24, 2023
1 parent d54d0dd commit b7927f8
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.7.1
current_version = 0.8.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.8.0] - 2023-10-24
### Added
- Python 3.11 support.

Expand Down Expand Up @@ -69,7 +71,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.7.1...develop
[Unreleased]: https://github.com/fedejaure/mdns-beacon/compare/v0.8.0...develop
[0.8.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.6.0...v0.6.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.7.1"
version = "0.8.0"
description = "Multicast DNS (mDNS) Beacon to announce multiple CNAME aliases across your local network."
authors = ["Federico Jaureguialzo <fedejaure@gmail.com>"]
readme = "README.md"
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.7.1"
__version__ = "0.8.0"

0 comments on commit b7927f8

Please sign in to comment.