Skip to content

Commit 17faf7a

Browse files
chore: πŸ”– release 3.1.1
1 parent 9cf74f6 commit 17faf7a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
2+
".": "3.1.1"
33
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/h2oai/authn-py/compare/v3.1.0...v3.1.1) (2025-07-24)
4+
5+
6+
### Documentation
7+
8+
* README typos and grammar fixes. ([#111](https://github.com/h2oai/authn-py/issues/111)) ([9cf74f6](https://github.com/h2oai/authn-py/commit/9cf74f67d3c95eacfdaac56c0af703f69175e4f6))
9+
310
## [3.1.0](https://github.com/h2oai/authn-py/compare/v3.0.0...v3.1.0) (2025-04-16)
411

512

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "Apache-2.0"
2323
name = "h2o-authn"
2424
readme = "README.md"
2525
requires-python = ">=3.9"
26-
version = "3.1.0"
26+
version = "3.1.1"
2727

2828
[project.urls]
2929
Documentation = "https://github.com/h2oai/authn-py#readme"

β€Žsrc/h2o_authn/_version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.0" # x-release-please-version
1+
__version__ = "3.1.1" # x-release-please-version

0 commit comments

Comments
Β (0)