Skip to content

Commit

Permalink
Preparing release 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
emielverstegen committed Jul 22, 2021
1 parent 136742d commit 33f0b1e
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
Expand Up @@ -2,7 +2,7 @@ Changelog of threedi-scenario-downloader
===================================================


0.13 (unreleased)
0.13 (2021-07-22)
-----------------

- Added batch functionality to raster download
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.13.dev0"
version = "0.13"
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 33f0b1e

Please sign in to comment.