Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
bump versions to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Apr 1, 2022
1 parent bffc90a commit c825b1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Unreleased

0.4.0 (2022-04-01)

* Added Dockerfile
* Upgrade to [actix-web v4](https://github.com/actix/actix-web/wiki/v4-Announcement)

Expand Down
3 changes: 2 additions & 1 deletion min_creds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "min_creds"
version = "0.3.0"
version = "0.4.0"
authors = ["Nico Mandery <[email protected]>"]
edition = "2021"
license = "Apache-2.0"


[features]
# compile in OpenSSL as some of the machines we deploy to
# have different openssl version than we need
Expand Down
2 changes: 1 addition & 1 deletion python-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if __name__ == "__main__":
setuptools.setup(
name="min_creds_client",
version="0.2.0",
version="0.4.0",
url="https://github.com/dlr-eoc/ukis-min_creds",
author="German Aerospace Center (DLR)",
author_email="[email protected]",
Expand Down

0 comments on commit c825b1b

Please sign in to comment.