Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Sep 5, 2021
1 parent c6b25d0 commit cfe375a
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.4.1
current_version = 0.4.2

[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.4.2] - 2021-09-05
### Changed
- Update dependencies.

Expand Down Expand Up @@ -33,7 +35,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.4.1...develop
[Unreleased]: https://github.com/fedejaure/mdns-beacon/compare/v0.4.2...develop
[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
[0.4.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.2.0...v0.3.0
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.4.1"
version = "0.4.2"
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.4.1"
__version__ = "0.4.2"

0 comments on commit cfe375a

Please sign in to comment.