Bump version to 1.0.0
This commit is contained in:
parent
e3b39d83ba
commit
c0551f3797
3 changed files with 8 additions and 4 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## Next version
|
## Next version
|
||||||
|
|
||||||
|
Nothing yet
|
||||||
|
|
||||||
|
## 1.0.0 (2019-06-21)
|
||||||
|
|
||||||
- Add a readme
|
- Add a readme
|
||||||
- Add ability to connect as human
|
- Add ability to connect as human
|
||||||
- Add cookie support
|
- Add cookie support
|
||||||
|
|
@ -11,6 +15,6 @@
|
||||||
- Fix fetching old logs
|
- Fix fetching old logs
|
||||||
- Rename project from "cheuph" to "bowl"
|
- Rename project from "cheuph" to "bowl"
|
||||||
|
|
||||||
## 0.1.0 (2019-04-12)
|
## 0.1.0 (2019-06-21)
|
||||||
|
|
||||||
- Use setuptools
|
- Use setuptools
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Ensure that you have at least Python 3.7 installed.
|
||||||
To install **bowl** or update your installation to the latest version, run the
|
To install **bowl** or update your installation to the latest version, run the
|
||||||
following command wherever you want to install or have installed **bowl**:
|
following command wherever you want to install or have installed **bowl**:
|
||||||
```
|
```
|
||||||
$ pip install git+https://github.com/Garmelon/bowl@v0.0.1
|
$ pip install git+https://github.com/Garmelon/bowl@v1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
|
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
|
||||||
|
|
@ -31,7 +31,7 @@ $ . bin/activate
|
||||||
|
|
||||||
Then, install **bowl**.
|
Then, install **bowl**.
|
||||||
```
|
```
|
||||||
$ pip install git+https://github.com/Garmelon/bowl@v0.0.1
|
$ pip install git+https://github.com/Garmelon/bowl@v1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Create a config file containing all default values in the default config file
|
Create a config file containing all default values in the default config file
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="bowl",
|
name="bowl",
|
||||||
version="0.0.1",
|
version="1.0.0",
|
||||||
packages=[
|
packages=[
|
||||||
"bowl",
|
"bowl",
|
||||||
"bowl.euphoria",
|
"bowl.euphoria",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue