Skip to content

Commit

Permalink
bump: version 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 10, 2024
1 parent c35f5a5 commit 765a856
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.3 (2024-04-10)

### Fix

- replace pydantic ValidationError with ValueError

## 1.0.2 (2023-12-05)

- pin all dependencies >= over ~=
Expand Down
2 changes: 1 addition & 1 deletion osm_login_python/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "osm-login-python"
version = "1.0.2"
version = "1.0.3"
dynamic = ["version"]
description = "Use OSM Token exchange with OAuth2.0 for python projects."
readme = "README.md"
Expand Down

0 comments on commit 765a856

Please sign in to comment.