Skip to content

Commit d23870a

Browse files
authored
Merge pull request #62 from britive/develop
v1.0.0
2 parents 581b5d9 + 463f752 commit d23870a

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All 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

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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

103
PyBritive 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
1710
pip 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
~~~
2316
pip 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')

docs/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Welcome to PyBritive
22

3-
!!! note
4-
This is a BETA release. This codebase should not be used for production workloads.
5-
63
For full documentation visit [docs.britive.com](https://docs.britive.com).
74

85
PyBritive 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
2017
pip 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
~~~
2623
pip 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')

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybritive
3-
version = 0.11.1
3+
version = 1.0.0
44
author = Britive Inc.
55
author_email = support@britive.com
66
description = A pure Python CLI for Britive

0 commit comments

Comments
 (0)