Skip to content

Commit a468043

Browse files
committed
chore(master): release 1.2.1
1 parent b1798ee commit a468043

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.1](https://github.com/ScribeLabsAI/ScribeAuth/compare/1.2.0...1.2.1) (2024-02-01)
4+
5+
6+
### Dependencies
7+
8+
* **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))
9+
* **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))
10+
311
## [1.2.0](https://github.com/ScribeLabsAI/ScribeAuth/compare/1.1.1...1.2.0) (2023-11-29)
412

513

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def readme():
77
setup(
88
name='scribeauth',
99
python_requires='>=3.10.0',
10-
version='1.2.0',
10+
version='1.2.1',
1111
description="Library to authenticate to Scribe's platform",
1212
long_description=readme(),
1313
url='https://github.com/ScribeLabsAI/ScribeAuth',

0 commit comments

Comments
 (0)