mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Make the version point to 3.0.3.dev0
(#1291)
This commit is contained in:
parent
f1ea486025
commit
d45f413f12
@ -3,7 +3,7 @@
|
||||
This document records all notable changes to [HTTPie](https://httpie.io).
|
||||
This project adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
## Unreleased
|
||||
## [3.0.3.dev0](https://github.com/httpie/httpie/compare/3.0.2...HEAD) (Unreleased)
|
||||
|
||||
- Fixed escaping of integer indexes with multiple backslashes in the nested JSON builder. ([#1285](https://github.com/httpie/httpie/issues/1285))
|
||||
|
||||
|
@ -260,7 +260,7 @@ Verify that now you have the [current development version identifier](https://gi
|
||||
|
||||
```bash
|
||||
$ http --version
|
||||
# 3.0.0
|
||||
# 3.0.3.dev0
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -3,6 +3,6 @@ HTTPie: modern, user-friendly command-line HTTP client for the API era.
|
||||
|
||||
"""
|
||||
|
||||
__version__ = '3.0.2'
|
||||
__version__ = '3.0.3.dev0'
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__licence__ = 'BSD'
|
||||
|
Loading…
Reference in New Issue
Block a user