Skip to content

Commit fcb51df

Browse files
authored
Merge pull request #46 from Deric-W/release
prepare release 3.0
2 parents fa08559 + 58dded7 commit fcb51df

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

debian/changelog

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
pyhp (2.2-1) stable; urgency=low
1+
python3-pyhp-core (3.0-1) stable; urgency=low
2+
3+
* seventh release
4+
* add WSGI submodule
5+
* add CGI and CLI mode to CLI commands
6+
* fix error in file cache with multiple python versions
7+
* fix error message in Dedenter
8+
* fix FileCache.gc raising KeyError
9+
* fix filename in tracebacks of syntax errors
10+
* fix debian package
11+
12+
-- Eric Wolf <[email protected]> Fri, 02 Jul 2021 10:30:00 +0100
13+
14+
python3-pyhp-core (2.2-1) stable; urgency=low
215

316
* sixth release
417
* replace cache handlers with backends submodule
@@ -9,7 +22,7 @@ pyhp (2.2-1) stable; urgency=low
922

1023
-- Eric Wolf <[email protected]> Sun, 14 Mar 2021 19:00:00 +0100
1124

12-
pyhp (2.1-1) stable; urgency=low
25+
python3-pyhp-core (2.1-1) stable; urgency=low
1326

1427
* fifth release
1528
* add bytecode code object implementation
@@ -21,7 +34,7 @@ pyhp (2.1-1) stable; urgency=low
2134

2235
-- Eric Wolf <[email protected]> Wed, 27 Jan 2021 19:17:00 +0100
2336

24-
pyhp (2.0-1) stable; urgency=low
37+
python3-pyhp-core (2.0-1) stable; urgency=low
2538

2639
* fourth release
2740
* add max_size and ttl caching options
@@ -42,15 +55,15 @@ pyhp (2.0-1) stable; urgency=low
4255

4356
-- Eric Wolf <[email protected]> Sun, 26 Jan 2020 18:11:00 +0100
4457

45-
pyhp (1.2-1) stable; urgency=low
58+
python3-pyhp-core (1.2-1) stable; urgency=low
4659

4760
* third release
4861
* add support for ~ as home directory in cache_path
4962
* add debian package
5063

5164
-- Eric Wolf <[email protected]> Tue, 13 Aug 2019 18:07:00 +0100
5265

53-
pyhp (1.1-1) stable; urgency=low
66+
python3-pyhp-core (1.1-1) stable; urgency=low
5467

5568
* second release
5669
* add register_shutdown_function
@@ -63,7 +76,7 @@ pyhp (1.1-1) stable; urgency=low
6376

6477
-- Eric Wolf <[email protected]> Sat, 03 Aug 2019 15:30:00 +0100
6578

66-
pyhp (1.0-1) stable; urgency=low
79+
python3-pyhp-core (1.0-1) stable; urgency=low
6780

6881
* first release
6982
* add basic functionality

pyhp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# package metadata
1515
# needs to be defined before .main is imported
16-
__version__ = "2.2"
16+
__version__ = "3.0"
1717
__author__ = "Eric Wolf"
1818
__maintainer__ = "Eric Wolf"
1919
__license__ = "GPLv3"

0 commit comments

Comments
 (0)