Skip to content

Commit

Permalink
2.4.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Oct 25, 2020
1 parent 1573058 commit 42c4a75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This document records all notable changes to `HTTPie <https://httpie.org>`_.
This project adheres to `Semantic Versioning <https://semver.org/>`_.



`2.4.0-dev`_ (unreleased)
-------------------------


`2.3.0`_ (2020-10-25)
-------------------------

Expand Down Expand Up @@ -455,7 +460,7 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
.. _2.1.0: https://github.com/jakubroztocil/httpie/compare/2.0.0...2.1.0
.. _2.2.0: https://github.com/jakubroztocil/httpie/compare/2.1.0...2.2.0
.. _2.3.0: https://github.com/jakubroztocil/httpie/compare/2.2.0...2.3.0

.. _2.4.0-dev: https://github.com/jakubroztocil/httpie/compare/2.3.0...master

.. _#128: https://github.com/jakubroztocil/httpie/issues/128
.. _#201: https://github.com/jakubroztocil/httpie/issues/201
Expand Down
2 changes: 1 addition & 1 deletion httpie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""

__version__ = '2.3.0'
__version__ = '2.4.0-dev'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'

0 comments on commit 42c4a75

Please sign in to comment.