From 34c6958dc852106f82186a29dd8e045d2987783d Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 1 Jan 2016 19:38:21 -0300 Subject: [PATCH] 1.0.0-dev --- CHANGELOG.rst | 3 +++ httpie/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 96e11258..961f0375 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Change Log This document records all notable changes to `HTTPie `_. This project adheres to `Semantic Versioning `_. +`1.0.0-dev`_ (Unreleased) +------------------------- + `0.9.3`_ (2016-01-01) ------------------------- diff --git a/httpie/__init__.py b/httpie/__init__.py index 81e580ea..7ae07c9e 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,7 +3,7 @@ HTTPie - a CLI, cURL-like tool for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.9.3' +__version__ = '1.0.0-dev' __licence__ = 'BSD'