Skip to content

Commit

Permalink
Bump version to 0.4.2; update CHANGELOG for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Oct 23, 2023
1 parent d4e6118 commit 3bb4a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
Historic and pre-release versions aren't necessarily included.


## [UNRELEASED] - TBC

### Added
## [0.4.2] - 2023-10-23

### Changed

- Update dependencies: requests, playwright
- Update dev/test dependencies: black, mypy, ruff, types-requests

### Fixed

### Removed


## [0.4.1] - 2023-09-27

Expand Down Expand Up @@ -98,6 +92,7 @@ Historic and pre-release versions aren't necessarily included.
- Update dev dependencies: mypy, pylint, test, types-requests, types-beautifulsoup4


[0.4.2]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.2.5...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 = "britishcycling-clubs"
version = "0.4.1"
version = "0.4.2"
description = "Unofficial library to automate aspects of British/Scottish/Welsh Cycling's club Membership Manager system"
authors = ["elliot-100 <3186037+elliot-100@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit 3bb4a61

Please sign in to comment.