Skip to content

Commit

Permalink
Preparing release 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
emielverstegen committed Jun 3, 2019
1 parent bbb1625 commit fc64e6f
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.11 (unreleased)
0.11 (2019-06-03)
-----------------

- Updated find_scenarios method. Use 'name' argument for exact searches and 'name__icontains' for partial searches
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.11.dev0"
version = "0.11"
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 fc64e6f

Please sign in to comment.