Skip to content

Commit

Permalink
Release prep.
Browse files Browse the repository at this point in the history
  • Loading branch information
metasim committed Jan 20, 2020
1 parent a9e2a4c commit 191e2ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
f. `docs/ghpagesPushSite`
g. `rf-notebook/publish`
6. `cd pyrasterframes/target/python/dist`
7. `python3 -m twine upload pyrasterframes-x.y.z-py2.py3-none-any.whl`
7. `python3 -m twine upload pyrasterframes-x.y.z-py3-none-any.whl`
8. Commit any changes that were necessary.
9. `git-flow finish release`. Make sure to push tags, develop and master
branches.
Expand Down
2 changes: 1 addition & 1 deletion pyrasterframes/src/main/python/pyrasterframes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
#

# Translating Java version from version.sbt to PEP440 norms
__version__: str = '0.9.0.dev0'
__version__: str = '0.9.0.rc2'
4 changes: 2 additions & 2 deletions rf-notebook/src/main/docker/requirements-nb.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyspark=2.4.4
gdal=2.4.3
pyspark==2.4.4
gdal==2.4.4
numpy>=1.17.3,<2.0
pandas>=0.25.3,<1.0
shapely>=1.6.4,<1.7
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.9.0-SNAPSHOT"
version in ThisBuild := "0.9.0-RC2"

0 comments on commit 191e2ed

Please sign in to comment.