Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-12-09)

### Features

* Initial release ([d1498e8](d1498e8))
  • Loading branch information
semantic-release-bot committed Dec 9, 2023
1 parent d1498e8 commit e913ddf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 1.0.0 (2023-12-09)


### Features

* Initial release ([d1498e8](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/d1498e8db0f850b98826ad1c4d7827fefb1e6a79))
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 = "oauth2-cli-auth"
version = "0.0.0"
version = "1.0.0"
description = "Authenticate against OAuth2 Provider in Python CLIs"
authors = ["Timo Reymann <mail@timo-reymann.de>"]
license = "MIT"
Expand Down

0 comments on commit e913ddf

Please sign in to comment.