Skip to content

Commit

Permalink
REL: Make v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scottza committed Jun 27, 2017
1 parent d30676f commit 5e5db51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.3 will be the last release targeting py2.
Version 0.3.x will be the last release series targeting python 2. All
new development on master is targeting python 3. Only bug fixes with
pull requests will be considered on this branch.

Release the current state of this branch...
This version contains the scripts for generating parameter files using
GRASS 7 and is required since GRASS doesn't currently (June 2017) work
with Python 3.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
MAJOR = 0
MINOR = 3
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

dev_version_py = 'pytopkapi/__dev_version.py'
Expand Down

0 comments on commit 5e5db51

Please sign in to comment.