Skip to content

Commit

Permalink
preparing 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Dec 2, 2020
1 parent 696d596 commit efbad33
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Release History
===============

0.2 - 2020-12-02
----------------

- Massive cleanup
- Works with the latest Molotov and aiohttp
- Improved test coverage


0.1 - 2020-11-18
----------------

- Initial working release
4 changes: 2 additions & 2 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Owner and creator
=================

- Tarek Ziade
- Tarek Ziadé <tarek@ziade.org>

Contributors
============

- XXX
- You ? :)
2 changes: 1 addition & 1 deletion salvo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1"
__version__ = "0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


install_requires = ["molotov"]
description = ""
description = "Apache Bench replacement"

for file_ in ("README", "CHANGES", "CONTRIBUTORS"):
with open("%s.rst" % file_) as f:
Expand Down

0 comments on commit efbad33

Please sign in to comment.