Skip to content

Commit 795fe62

Browse files
authored
v7.8
1 parent ffc857b commit 795fe62

8 files changed

Lines changed: 26 additions & 12 deletions

File tree

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.7-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.8-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

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

183183
### Changelog
184184
![](https://www.ashoka.org/sites/default/files/styles/medium_1600x1000/public/old_way_new_way.jpg?itok=3JnbJz4O)
185-
- [7.7_2021-03-14](#76_2021-03-14)
185+
- [7.8_2021-03-14](#78_2021-03-14)
186+
- [7.7_2021-03-14](#77_2021-03-14)
186187
- [7.6_2021-03-13](#76_2021-03-13)
187188
- [7.5_2021-03-07](#75_2021-03-07)
188189
- [7.4_2021-03-07](#74_2021-03-07)
@@ -205,6 +206,9 @@ With this program, you can easily create a repository on GitHub :octocat: with a
205206
- [2.0_2020-03-24](#20_2020-03-24)
206207
- [1.0_2020-03-24](#10_2020-03-24)
207208

209+
#### 7.8_2021-03-13
210+
- Fixed a bug
211+
208212
#### 7.7_2021-03-13
209213
- Added snap package
210214
- Optimized README.md

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.6</version>
5+
<version>7.8</version>
66
<title>createstructure</title>
77
<authors>Castellani Davide</authors>
88
<projectUrl>https://github.com/createstructure/createstructure</projectUrl>

choco/tools/createstructure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,12 @@ void login()
423423

424424
#ifdef SNAP
425425
if (verbose)
426-
printf("%s\n", "Remeber to do : pip3 install createstructure==7.7");
426+
printf("%s\n", "Remeber to do : pip3 install createstructure==7.8");
427427
#else
428428
if (verbose)
429429
printf("%s\n", "Installing external packages");
430430

431-
system("pip3 -q install createstructure==7.7");
431+
system("pip3 -q install createstructure==7.8");
432432

433433
if (verbose)
434434
printf("%s\n", "External packages installed");

debian/createstructure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,12 @@ void login()
423423

424424
#ifdef SNAP
425425
if (verbose)
426-
printf("%s\n", "Remeber to do : pip3 install createstructure==7.7");
426+
printf("%s\n", "Remeber to do : pip3 install createstructure==7.8");
427427
#else
428428
if (verbose)
429429
printf("%s\n", "Installing external packages");
430430

431-
system("pip3 -q install createstructure==7.7");
431+
system("pip3 -q install createstructure==7.8");
432432

433433
if (verbose)
434434
printf("%s\n", "External packages installed");

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
createstructure (7.8) focal; urgency=medium
2+
3+
* Fixed a bug
4+
5+
-- Castellani Davide <help@castellanidavide.it> Sun, 14 Mar 2021 16:39:00 +1000
6+
17
createstructure (7.7) focal; urgency=medium
28

39
* Added snap package

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.7-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.8-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

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

183183
### Changelog
184184
![](https://www.ashoka.org/sites/default/files/styles/medium_1600x1000/public/old_way_new_way.jpg?itok=3JnbJz4O)
185-
- [7.7_2021-03-14](#76_2021-03-14)
185+
- [7.8_2021-03-14](#78_2021-03-14)
186+
- [7.7_2021-03-14](#77_2021-03-14)
186187
- [7.6_2021-03-13](#76_2021-03-13)
187188
- [7.5_2021-03-07](#75_2021-03-07)
188189
- [7.4_2021-03-07](#74_2021-03-07)
@@ -205,6 +206,9 @@ With this program, you can easily create a repository on GitHub :octocat: with a
205206
- [2.0_2020-03-24](#20_2020-03-24)
206207
- [1.0_2020-03-24](#10_2020-03-24)
207208

209+
#### 7.8_2021-03-13
210+
- Fixed a bug
211+
208212
#### 7.7_2021-03-13
209213
- Added snap package
210214
- Optimized README.md

snap-bin/createstructure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,12 @@ void login()
423423

424424
#ifdef SNAP
425425
if (verbose)
426-
printf("%s\n", "Remeber to do : pip3 install createstructure==7.7");
426+
printf("%s\n", "Remeber to do : pip3 install createstructure==7.8");
427427
#else
428428
if (verbose)
429429
printf("%s\n", "Installing external packages");
430430

431-
system("pip3 -q install createstructure==7.7");
431+
system("pip3 -q install createstructure==7.8");
432432

433433
if (verbose)
434434
printf("%s\n", "External packages installed");

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: createstructure
2-
version: '7.7'
2+
version: '7.8'
33
summary: With this program, you can easily create a repository on GitHub.
44
description: |
55
With this program, you can easily create a repository on GitHub with a basic template, personalized for your use.

0 commit comments

Comments
 (0)