File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## CHANGELOG
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## v0.2.0
11
+
12
+ - Added CHANGELOG, homepage and url to pyproject file
13
+
14
+ ## v0.1.0
15
+
16
+ - First version deployed on Pypi [ url] ( https://pypi.org/manage/project/alastria-identity/release/0.1.0/ ) .
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
- name = " alastria-identity-lib-py "
3
- version = " 0.1 .0"
2
+ name = " alastria-identity"
3
+ version = " 0.2 .0"
4
4
description = " "
5
- authors = [" Javier Aguirre <javi@wealize.io >" ]
5
+ authors = [" Javier Aguirre <javi@wealize.digital >" ]
6
6
license = " MIT"
7
7
packages = [
8
8
{ include = " alastria_identity" }
9
9
]
10
+ homepage = " https://github.com/Wealize/alastria-identity-lib-py"
11
+ repository = " https://github.com/Wealize/alastria-identity-lib-py"
12
+ readme = " README.md"
10
13
11
14
[tool .poetry .dependencies ]
12
15
python = " ^3.8"
You can’t perform that action at this time.
0 commit comments