Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.1](https://github.com/ScribeLabsAI/ScribeAuth/compare/1.2.0...1.2.1) (2025-03-12)


### Dependencies

* **deps:** bump importlib-metadata from 6.9.0 to 7.0.0 ([#128](https://github.com/ScribeLabsAI/ScribeAuth/issues/128)) ([8011040](https://github.com/ScribeLabsAI/ScribeAuth/commit/801104005ffe3a164c615edb95de9b99e9c3f787))
* **deps:** bump the prod-dependencies group with 13 updates ([#126](https://github.com/ScribeLabsAI/ScribeAuth/issues/126)) ([d993280](https://github.com/ScribeLabsAI/ScribeAuth/commit/d99328057fe53a36d766639a44bf8cef3855085c))

## [1.2.0](https://github.com/ScribeLabsAI/ScribeAuth/compare/1.1.1...1.2.0) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():
setup(
name='scribeauth',
python_requires='>=3.10.0',
version='1.2.0',
version='1.2.1',
description="Library to authenticate to Scribe's platform",
long_description=readme(),
url='https://github.com/ScribeLabsAI/ScribeAuth',
Expand Down