Skip to content

Commit 6c847cc

Browse files
authored
v7.3 #1
1 parent 4e2b3c5 commit 6c847cc

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

choco/ReadMe.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# createstructure
2-
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.2-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
2+
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.3-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
33

44
![](https://github.com/CastellaniDavide/createstructure/raw/master/docs/createstructure.png)
55

@@ -166,7 +166,8 @@ With this program, you can easily create a repository on GitHub :octocat: with a
166166

167167
### Changelog
168168
![](https://www.ashoka.org/sites/default/files/styles/medium_1600x1000/public/old_way_new_way.jpg?itok=3JnbJz4O)
169-
- [7.2_2021-03-04](#71_2021-03-04)
169+
- [7.3_2021-03-07](#73_2021-03-07)
170+
- [7.2_2021-03-04](#72_2021-03-04)
170171
- [7.1_2021-02-13](#71_2021-02-13)
171172
- [7.0_2021-01-11](#70_2021-01-11)
172173
- [6.2_2021-01-04](#62_2021-01-04)
@@ -184,6 +185,9 @@ With this program, you can easily create a repository on GitHub :octocat: with a
184185
- [2.0_2020-03-24](#20_2020-03-24)
185186
- [1.0_2020-03-24](#10_2020-03-24)
186187

188+
#### 7.3_2021-03-07
189+
- Fixed few bugs
190+
187191
#### 7.2_2021-03-04
188192
- Optimized the change method
189193
- Added the auto-generate token option

choco/createstructure.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>createstructure</id>
5-
<version>7.2</version>
5+
<version>7.3</version>
66
<title>createstructure (Install)</title>
77
<authors>Castellani Davide</authors>
88
<projectUrl>https://github.com/createstructure/createstructure</projectUrl>

choco/tools/VERIFICATION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ To check the correct funtionality try to:
55
- v7.0 7FEF673E2257F37B612B91F81BBB01AB31C926BF799FD117D8D969ECAF39DE50
66
- v7.1 7FEF673E2257F37B612B91F81BBB01AB31C926BF799FD117D8D969ECAF39DE50
77
- v7.2 0733B24BDEE31972D12D37C4A6BA115448516037A7B6291592A8CB5F31898EE3
8+
- v7.3 0733B24BDEE31972D12D37C4A6BA115448516037A7B6291592A8CB5F31898EE3
89
- Do the login "createstructure -l" in a shell as An Administrator.
910
- Create a repository ""createstructure"
1011
- If you want you can check it manually with the source, you can found it in this link: https://github.com/CastellaniDavide/create_structure

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
createstructure (7.3) focal; urgency=medium
2+
3+
* Fixed few bugs
4+
5+
-- Castellani Davide <help@castellanidavide.it> Sun, 07 Mar 2021 09:40:00 +1000
6+
17
createstructure (7.2) focal; urgency=medium
28

39
* Optimized the change method

debian/debian/files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
createstructure_7.2_source.buildinfo devel extra
1+
createstructure_7.3_source.buildinfo devel extra

debian/debian/postinst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
echo "Install supplementary parts"
3-
pip3 install createstructure==7.2
3+
pip3 install createstructure==7.3
44
echo "Installed createstructure"
55

6-
echo "-----------------------------------------------------------"
7-
echo "---createstructure-remember-to-do: createstructure -v -l---"
8-
echo "-----------------------------------------------------------"
6+
echo "----------------------------------------------------------------"
7+
echo "---createstructure-remember-to-do: sudo createstructure -v -l---"
8+
echo "----------------------------------------------------------------"

docs/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# createstructure
2-
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.2-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
2+
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.3-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
33

44
![](https://github.com/CastellaniDavide/createstructure/raw/master/docs/createstructure.png)
55

@@ -166,7 +166,8 @@ With this program, you can easily create a repository on GitHub :octocat: with a
166166

167167
### Changelog
168168
![](https://www.ashoka.org/sites/default/files/styles/medium_1600x1000/public/old_way_new_way.jpg?itok=3JnbJz4O)
169-
- [7.2_2021-03-04](#71_2021-03-04)
169+
- [7.3_2021-03-07](#73_2021-03-07)
170+
- [7.2_2021-03-04](#72_2021-03-04)
170171
- [7.1_2021-02-13](#71_2021-02-13)
171172
- [7.0_2021-01-11](#70_2021-01-11)
172173
- [6.2_2021-01-04](#62_2021-01-04)
@@ -184,6 +185,9 @@ With this program, you can easily create a repository on GitHub :octocat: with a
184185
- [2.0_2020-03-24](#20_2020-03-24)
185186
- [1.0_2020-03-24](#10_2020-03-24)
186187

188+
#### 7.3_2021-03-07
189+
- Fixed few bugs
190+
187191
#### 7.2_2021-03-04
188192
- Optimized the change method
189193
- Added the auto-generate token option

0 commit comments

Comments
 (0)