Skip to content

Commit 2db0d2d

Browse files
committed
bump version, update changelog
1 parent 7bce507 commit 2db0d2d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following steps assume you are familiar with Python packages.
1313

1414
We follow a _fork and pull_ development model. [Fork](https://help.github.com/en/articles/fork-a-repo), then clone the repo:
1515

16-
```
16+
```bash
1717
git clone https://github.com/o2r-project/geoextent.git
1818
```
1919

docs/source/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
0.3.0
6+
^^^^^
7+
8+
- Add debug option ``--debug`` and environment variable ``GEOEXTENT_DEBUG`` (:pr:`73`)
9+
- Remove need for ``-input=`` for passing input paths in CLI (:pr:`73`)
10+
- Switch to ``pygdal`` and update docs (:pr:`73`)
11+
512
0.2.0
613
^^^^^
714

docs/source/development.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Notes for developers of ``geoextent``.
66
Environment
77
-----------
88

9-
All commands in this file assume you work in a virtual environment created with [``virtualenvwrapper``](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) as follows (please keep up to date!):
9+
All commands in this file assume you work in a virtual environment created with virtualenvwrapper_ as follows (please keep up to date!):
10+
11+
.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/install.html
1012

1113
::
1214

@@ -69,6 +71,8 @@ You can also run individual files:
6971

7072
::
7173

74+
pytest
75+
7276
pytest tests/test_api.py
7377

7478
Documentation

geoextent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "geoextent"
22

3-
__version__ = '0.2.0'
3+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)