File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All changes to the package starting with v0.3.1 will be logged here.
44
5+ ## v1.0.0 [ 2023-02-09]
6+ #### What's New
7+ * Moving out of beta and into general availability. No other changes except for documentation updates reflecting the move out of beta.
8+
9+ #### Enhancements
10+ * None
11+
12+ #### Bug Fixes
13+ * None
14+ *
15+ #### Dependencies
16+ * None
17+
18+ #### Other
19+ * None
20+
521## v0.11.1 [ 2023-02-08]
622#### What's New
723* None
Original file line number Diff line number Diff line change 1- ---
2- **NOTE**
3-
4- This is a BETA release. This codebase should not be used for production workloads.
5-
6- ---
7-
81# Britive CLI - Pure Python Implementation
92
103PyBritive is intended to be used as a CLI application for communicating with the Britive Platform.
@@ -17,7 +10,7 @@ PyBritive is intended to be used as a CLI application for communicating with the
1710pip install pybritive
1811~~~
1912
20- Or you can always pull the latest version directly from Github using one of the following commands.
13+ Or you can always pull the latest version directly from GitHub using one of the following commands.
2114
2215~~~
2316pip install $(curl -s https://api.github.com/repos/britive/python-cli/releases/latest | jq -r '.assets[] | select(.content_type == "application/x-gzip") | .browser_download_url')
Original file line number Diff line number Diff line change 11# Welcome to PyBritive
22
3- !!! note
4- This is a BETA release. This codebase should not be used for production workloads.
5-
63For full documentation visit [ docs.britive.com] ( https://docs.britive.com ) .
74
85PyBritive is intended to be used as a CLI application for communicating with the Britive Platform.
@@ -20,7 +17,7 @@ PyBritive is intended to be used as a CLI application for communicating with the
2017pip install pybritive
2118~~~
2219
23- Or you can always pull the latest version directly from Github using one of the following commands.
20+ Or you can always pull the latest version directly from GitHub using one of the following commands.
2421
2522~~~
2623pip install $(curl -s https://api.github.com/repos/britive/python-cli/releases/latest | jq -r '.assets[] | select(.content_type == "application/x-gzip") | .browser_download_url')
Original file line number Diff line number Diff line change 11[metadata]
22name = pybritive
3- version = 0.11.1
3+ version = 1.0.0
44author = Britive Inc.
55author_email = support@britive.com
66description = A pure Python CLI for Britive
You can’t perform that action at this time.
0 commit comments