1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

2.5.0-dev

This commit is contained in:
Jakub Roztocil 2021-02-06 13:33:49 +01:00
parent 157f3a1840
commit e944dbd7fa
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
`2.5.0-dev`_ (unreleased)
-------------------------
`2.4.0`_ (2021-02-06)
---------------------
* Added support for ``--session`` cookie expiration based on ``Set-Cookie: max-age=<n>``. (`#1029`_)

View File

@ -3,6 +3,6 @@ HTTPie: command-line HTTP client for the API era.
"""
__version__ = '2.4.0'
__version__ = '2.5.0-dev'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'