Skip to content

Commit

Permalink
Preparing release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emielverstegen committed Feb 13, 2019
1 parent 75e3c45 commit 59fa896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog of threedi-scenario-downloader
===================================================

0.5 (unreleased)
0.5 (2019-02-13)
----------------

- Cleanup of docstrings and usage of request parameters
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "0.5.dev0"
version = "0.5"
long_description = "\n\n".join([open("README.rst").read(), open("CHANGES.rst").read()])
install_requires = ["requests"]
tests_require = ["pytest", "mock", "pytest-cov", "pytest-flakes", "pytest-black"]
Expand Down

0 comments on commit 59fa896

Please sign in to comment.