Skip to content

Commit 48cde76

Browse files
committed
version 1.6.1 CGI handling finished and working smoothly.
1 parent 37f8a8b commit 48cde76

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pip install bicchiere
1414

1515
## [Aplicación de demostración del proyecto](https://bicchiere.sytes.net)
1616

17-
Versión actual: 1.6.0
17+
Versión actual: 1.6.1
1818

1919
<p>
2020
<a href="https://pypi.python.org/pypi/bicchiere" target="_blank" rel="nofollow"><img alt="GitHub tag (latest by date)" src="https://img.shields.io/github/v/tag/sandy98/bicchiere?color=%230cc000&label=bicchiere"></a>

README.it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pip install bicchiere
1414

1515
## [Applicazione Demo Progetto](https://bicchiere.sytes.net)
1616

17-
Versione corrente: 1.6.0
17+
Versione corrente: 1.6.1
1818

1919
<p>
2020
<a href="https://pypi.python.org/pypi/bicchiere" target="_blank" rel="nofollow"><img alt="GitHub tag (latest by date)" src="https://img.shields.io/github/v/tag/sandy98/bicchiere?color=%230cc000&label=bicchiere"></a>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install bicchiere
1515

1616
## [Project Demo App](https://bicchiere.sytes.net)
1717

18-
Current version: 1.6.0
18+
Current version: 1.6.1
1919

2020
<p>
2121
<a href="https://pypi.python.org/pypi/bicchiere" target="_blank" rel="nofollow"><img alt="GitHub tag (latest by date)" src="https://img.shields.io/github/v/tag/sandy98/bicchiere?color=%230cc000&label=bicchiere"></a>

bicchiere.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ def save(self) -> str:
15601560
class BicchiereMiddleware:
15611561
"Base class for everything Bicchiere"
15621562

1563-
__version__ = (1, 6, 0)
1563+
__version__ = (1, 6, 1)
15641564
__author__ = "Domingo E. Savoretti"
15651565
config = default_config
15661566
template_filters = {}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "bicchiere"
9-
version = "1.6.0"
9+
version = "1.6.1"
1010
description = "Yet another python web (WSGI) micro-framework"
1111
readme = "README.md"
1212
authors = [{ name = "Domingo E Savoretti", email = "esavoretti@gmail.com" }]

0 commit comments

Comments
 (0)