File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
- ## [ 0.30 ] - 2019-06-01
8
+ ## [ 0.35 ] - 2019-06-01
9
9
### Added
10
10
- ` version_check.py `
11
11
- ` CODE_OF_CONDUCT.md `
@@ -64,8 +64,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
64
64
### Added
65
65
- Some useful scripts for Orangepi/Raspberrypi boards
66
66
67
- [ Unreleased ] : https://github.com/Moduland/Orangetool/compare/v0.30 ...dev
68
- [ 0.30 ] : https://github.com/Moduland/Orangetool/compare/v0.25...v0.30
67
+ [ Unreleased ] : https://github.com/Moduland/Orangetool/compare/v0.35 ...dev
68
+ [ 0.35 ] : https://github.com/Moduland/Orangetool/compare/v0.25...v0.35
69
69
[ 0.25 ] : https://github.com/Moduland/Orangetool/compare/v0.24...v0.25
70
70
[ 0.24 ] : https://github.com/Moduland/Orangetool/compare/v0.23...v0.24
71
71
[ 0.23 ] : https://github.com/Moduland/Orangetool/compare/v0.22...v0.23
Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ By [Moduland Co](http://www.moduland.ir)
83
83
84
84
## Installation
85
85
### Source Code
86
- - Download [ Version 0.30 ] ( https://github.com/moduland/Orangetool/archive/v0.30 .zip ) or [ Latest Source ] ( https://github.com/Moduland/Orangetool/archive/dev.zip )
86
+ - Download [ Version 0.35 ] ( https://github.com/moduland/Orangetool/archive/v0.35 .zip ) or [ Latest Source ] ( https://github.com/Moduland/Orangetool/archive/dev.zip )
87
87
- ` pip3 install -r requirements.txt ` or ` pip install -r requirements.txt ` (Need root access)
88
88
- ` python3 setup.py install ` or ` python setup.py install `
89
89
### PyPI
90
90
91
91
- Check [ Python Packaging User Guide] ( https://packaging.python.org/installing/ )
92
- - ` pip3 install orangetool==0.30 ` or ` pip install orangetool==0.30 ` (Need root access)
92
+ - ` pip3 install orangetool==0.35 ` or ` pip install orangetool==0.35 ` (Need root access)
93
93
<div align =" center " >
94
94
<a href =" https://asciinema.org/a/141548 " target =" _blank " ><img src =" https://asciinema.org/a/141548.png " /></a >
95
95
</div >
Original file line number Diff line number Diff line change 6
6
from art import tprint
7
7
ip_pattern = r"(?:[0-9]{1,3}\.){3}[0-9]{1,3}"
8
8
api_1 = "http://ipinfo.io/ip"
9
- VERSION = "0.30 "
9
+ VERSION = "0.35 "
10
10
UPDATE_URL = "http://www.orangetool.ir/version"
11
11
12
12
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ def read_description():
29
29
setup (
30
30
name = 'orangetool' ,
31
31
packages = ['orangetool' ],
32
- version = '0.30 ' ,
32
+ version = '0.35 ' ,
33
33
description = 'Some useful script for Orangepi/Raspberrypi boards' ,
34
34
long_description = read_description (),
35
35
long_description_content_type = 'text/markdown' ,
36
36
author = 'Moduland Co' ,
37
37
38
38
url = 'https://github.com/Moduland/Orangetool' ,
39
- download_url = 'https://github.com/Moduland/Orangetool/tarball/v0.30 ' ,
39
+ download_url = 'https://github.com/Moduland/Orangetool/tarball/v0.35 ' ,
40
40
keywords = "orangepi raspberrypi embedded-systems python" ,
41
41
classifiers = [
42
42
'Development Status :: 4 - Beta' ,
Original file line number Diff line number Diff line change 4
4
import sys
5
5
import codecs
6
6
Failed = 0
7
- VERSION = "0.30 "
7
+ VERSION = "0.35 "
8
8
9
9
10
10
SETUP_ITEMS = [
You can’t perform that action at this time.
0 commit comments