Skip to content

Commit 191e2ed

Browse files
committed
Release prep.
1 parent a9e2a4c commit 191e2ed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
f. `docs/ghpagesPushSite`
1414
g. `rf-notebook/publish`
1515
6. `cd pyrasterframes/target/python/dist`
16-
7. `python3 -m twine upload pyrasterframes-x.y.z-py2.py3-none-any.whl`
16+
7. `python3 -m twine upload pyrasterframes-x.y.z-py3-none-any.whl`
1717
8. Commit any changes that were necessary.
1818
9. `git-flow finish release`. Make sure to push tags, develop and master
1919
branches.

pyrasterframes/src/main/python/pyrasterframes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
#
2121

2222
# Translating Java version from version.sbt to PEP440 norms
23-
__version__: str = '0.9.0.dev0'
23+
__version__: str = '0.9.0.rc2'

rf-notebook/src/main/docker/requirements-nb.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pyspark=2.4.4
2-
gdal=2.4.3
1+
pyspark==2.4.4
2+
gdal==2.4.4
33
numpy>=1.17.3,<2.0
44
pandas>=0.25.3,<1.0
55
shapely>=1.6.4,<1.7

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.9.0-SNAPSHOT"
1+
version in ThisBuild := "0.9.0-RC2"

0 commit comments

Comments
 (0)