Skip to content

Commit

Permalink
Merge pull request #46 from Deric-W/release
Browse files Browse the repository at this point in the history
prepare release 3.0
  • Loading branch information
Deric-W committed Jul 2, 2021
2 parents fa08559 + 58dded7 commit fcb51df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
pyhp (2.2-1) stable; urgency=low
python3-pyhp-core (3.0-1) stable; urgency=low

* seventh release
* add WSGI submodule
* add CGI and CLI mode to CLI commands
* fix error in file cache with multiple python versions
* fix error message in Dedenter
* fix FileCache.gc raising KeyError
* fix filename in tracebacks of syntax errors
* fix debian package

-- Eric Wolf <[email protected]> Fri, 02 Jul 2021 10:30:00 +0100

python3-pyhp-core (2.2-1) stable; urgency=low

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

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

pyhp (2.1-1) stable; urgency=low
python3-pyhp-core (2.1-1) stable; urgency=low

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

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

pyhp (2.0-1) stable; urgency=low
python3-pyhp-core (2.0-1) stable; urgency=low

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

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

pyhp (1.2-1) stable; urgency=low
python3-pyhp-core (1.2-1) stable; urgency=low

* third release
* add support for ~ as home directory in cache_path
* add debian package

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

pyhp (1.1-1) stable; urgency=low
python3-pyhp-core (1.1-1) stable; urgency=low

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

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

pyhp (1.0-1) stable; urgency=low
python3-pyhp-core (1.0-1) stable; urgency=low

* first release
* add basic functionality
Expand Down
2 changes: 1 addition & 1 deletion pyhp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# package metadata
# needs to be defined before .main is imported
__version__ = "2.2"
__version__ = "3.0"
__author__ = "Eric Wolf"
__maintainer__ = "Eric Wolf"
__license__ = "GPLv3"
Expand Down

0 comments on commit fcb51df

Please sign in to comment.