Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Nov 18, 2023
1 parent a04037f commit d220453
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# TWCManager

[![Stable Release](https://img.shields.io/badge/Stable_Release-1.3.0-blue)](https://github.com/ngardiner/TWCManager/releases/tag/v1.3.0)
[![Development Release](https://img.shields.io/badge/Devel_Release-1.3.1-green.svg)](https://github.com/ngardiner/TWCManager/tree/main)
[![Stable Release](https://img.shields.io/badge/Stable_Release-1.3.1-blue)](https://github.com/ngardiner/TWCManager/releases/tag/v1.3.1)
[![Development Release](https://img.shields.io/badge/Devel_Release-1.3.2-green.svg)](https://github.com/ngardiner/TWCManager/tree/main)
![Build Status](https://github.com/ngardiner/TWCManager/actions/workflows/test_suite.yml/badge.svg)
![GitHub commits](https://img.shields.io/github/commit-activity/m/ngardiner/TWCManager)
![Docker Pulls](https://img.shields.io/docker/pulls/twcmanager/twcmanager.svg)
Expand Down
4 changes: 2 additions & 2 deletions docs/Software_Manual.md
Expand Up @@ -74,13 +74,13 @@ You can check that this command has been successful by running ```python --versi

During this step, the source code and all related files will be cloned from the GitHub repository and installed into the appropriate location on your system.

We have two versions of the codebase that you may want to check out. The stable version is **v1.2.4**, which will only change for stability or urgent fixes. To check out **v1.3.0**, follow these steps:
We have two versions of the codebase that you may want to check out. The stable version is **v1.3.1**, which will only change for stability or urgent fixes. To check out **v1.3.1**, follow these steps:


```
git clone https://github.com/ngardiner/TWCManager
cd TWCManager
git checkout v1.3.0
git checkout v1.3.1
sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion lib/TWCManager/TWCMaster.py
Expand Up @@ -67,7 +67,7 @@ class TWCMaster:
teslaLoginAskLater = False
TWCID = None
updateVersion = False
version = "1.3.0"
version = "1.3.1"

# TWCs send a seemingly-random byte after their 2-byte TWC id in a number of
# messages. I call this byte their "Sign" for lack of a better term. The byte
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name="TWCManager",
version="1.3.0",
version="1.3.1",
package_dir={"": "lib"},
packages=find_namespace_packages(where="lib"),
python_requires=">= 3.6",
Expand Down

0 comments on commit d220453

Please sign in to comment.