File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog for netauth-python
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+
8
+ ## [ Unreleased]
9
+
10
+
11
+ ## [ 0.1.0] - 2024-08-04
12
+ ### Added
13
+ - Generated code from protobuf definitions.
14
+ - Types for interacting with NetAuth objects.
15
+ - Objects and methods for interacting with NetAuth servers over gRPC.
16
+ - API documentation.
17
+
18
+
19
+ [ Unreleased ] : https://github.com/netauth/netauth-python/compare/v0.1.0...HEAD
20
+ [ 0.1.0 ] : https://github.com/netauth/netauth-python/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 33
33
"error" ,
34
34
]
35
35
36
- __version__ = "0.0.1 "
36
+ __version__ = "0.1.0 "
37
37
38
38
39
39
class NetAuth :
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ test = [
41
41
" pytest" ,
42
42
]
43
43
publish = [
44
+ " build" ,
44
45
" twine" ,
45
46
]
46
47
@@ -51,7 +52,7 @@ Repository = "https://github.com/netauth/netauth-python"
51
52
Changelog = " https://github.com/netauth/netauth-python/blob/master/CHANGELOG.md"
52
53
53
54
[tool .setuptools ]
54
- packages = [" netauth" ]
55
+ packages = [" netauth" , " netauth._pb " , " netauth._pb.v2 " ]
55
56
56
57
[tool .setuptools .dynamic ]
57
58
version = {attr = " netauth.__version__" }
You can’t perform that action at this time.
0 commit comments