Skip to content

Commit

Permalink
Preparing release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
emielverstegen committed Feb 13, 2019
1 parent 4f239c6 commit 8c29f17
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.6 (unreleased)
0.6 (2019-02-13)
----------------

- Added method for downloading raw 3Di result
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.6.dev0"
version = "0.6"
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 8c29f17

Please sign in to comment.